This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/EK-TM4C1294XL: http server file load failed

Part Number: EK-TM4C1294XL

Tool/software: TI-RTOS

Hi,

I have problem with http server.

Device:   EK-TM4C1294XL

software/tool: tirtos_tivac_2_16_01_14, ndk_2_25_00_09

I create a web server, which is following "http://processors.wiki.ti.com/index.php/TI-RTOS_HTTP_Example ".

I'm trying to show .gif file on web, but the file always load fail random.

My html code is below:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "www.w3.org/.../strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Concerto HTTP Server</title>

</head><body>
Greetings Everyone<br>
<img style="width: 150px; height: 157px;" alt="" src="op_1_1.jpg"><br>
<img style="width: 150px; height: 157px;" alt="" src="op_1_2.gif"><br>
<img style="width: 150px; height: 157px;" alt="" src="op_2_1.gif"><br>
<img style="width: 150px; height: 157px;" alt="" src="op_2_2.gif"><br>
<img style="width: 150px; height: 157px;" alt="" src="op_2_3.gif"><br>
<img style="width: 150px; height: 157px;" alt="" src="op_3_1.gif"><br>
<img style="width: 150px; height: 157px;" alt="" src="op_3_2.gif"><br>
<img style="width: 150px; height: 157px;" alt="" src="op_4_1.gif"><br>
<img style="width: 150px; height: 157px;" alt="" src="op_4_2.gif"><br>
</body></html>

and  the package message in wireshark is below.(zip)

wireshark.zip

I can't solve this. Please help me to solve.

Thank you very much.