M53322Demo - Freescale Webserver bug?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

M53322Demo - Freescale Webserver bug?

1,384 Views
jmc8859
Contributor I
Hi all,

I'm using the M53322Demo board with the latest version of the firmware (off freescale's page). Not that t his should be relevant, but I am running CodeWarrior v6.3

My problem is that I wish to use a set of javascript libraries that are larger than the available space for web content (128kb). The libraries alone are about 400kb in size. I am attempting to get around this limitation by hosting the javascript files on another webserver, and then including the files in the head of the html page.

For some reason when I include multiple js files in the head, the page will not load and the M52233Demo board will become unresponsive to both http requests and through the serial connection. At this point I must manually reset the board.

I am not sure if the number of included js files is the key (causing the crash) or if it is the size of these js files.

It is my understanding that the webserver only needs to provide the link to the included javascript files, and not actually supply them, the web browser would download them when loading the page for the correct source.

Can anyone offer some help as to resolving this issue. I am working on a project for school and am on a tight schedule, any help would be greatly appreciated.

An example page which will crash the embedded webserver is attached (change test.html.txt to test.html).
Thanks,
Jim

Message Edited by Alban on 2007-02-18 08:09 PM

Labels (1)
0 Kudos
2 Replies

353 Views
mjbcswitzerland
Specialist V
Jim

It may be useful to supply an Ethereal recoding of the data on the network when the problem takes place. Perhaps the point at which the board 'dies' can be seen and also the activity that it was performing at the time.

A web page providing links to other files on different servers should not be involved in the subsequent data exchanges and so shouldn't have any problems. However it may not be working exactly as expected and the network activity may show why not.

Regards

Message Edited by Alban on 2007-02-18 08:10 PM

0 Kudos

353 Views
jmc8859
Contributor I
thanks,

sent pm
0 Kudos