This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FCARM JQuery AT91SAM7X

I'm using Keil's RL_TCPnet HTTP server with an AT91SAM7XC512.

I'm trying to embed JQuery (jquery-1.4.2.min.js), however it appears that the FCARM tool is mangling the file. There are a number of characters (I'm guessing escapes of some sort) that are missing.

The original, uncompressed jquery-1.4.2.min.js is 72,174 bytes. When I download the file from the uC, the file size is 69,321 bytes.

Obviously, none of the jquery functions will work.

Any ideas?