Other Parts Discussed in Thread: EK-TM4C1294XL
Hi All,
Would you help me to analyze this crash issue on HTTP server ?
I'm testing HTTP server module with EK-TM4C1294XL board.
I ported example of http://processors.wiki.ti.com/index.php/TI-RTOS_HTTP_Example.
I have set most of setting for RTOS as document described
I added index.h, efs_stdio.c and add AddWebFiles() at Network IP address hook fucntion.
only index.h is used for AddWebFiles, no more else.
I boot up the board and try to connect with Chrome broswer on PC(typing "http://192.168.0.14"), then board is crashed
following is system log at crash
========================
Using MAC address in flash
Network Added: If-1:192.168.0.14
Service Status: HTTP : Enabled : : 000
e: 0x2000f4b0.
Task stack size: 0x800.
R0 = 0x20009ba4 R8 = 0x000197e5
R1 = 0x2000a5a4 R9 = 0x2000aa1c
R2 = 0x00000000 R10 = 0x00000005
R3 = 0x00000000 R11 = 0x00000001
R4 = 0x65646e69 R12 = 0x2000a5c8
R5 = 0x000199b8 SP(R13) = 0x2000fc30
R6 = 0x20018a9c LR(R14) = 0x000023cb
R7 = 0x2000a5a4 PC(R15) = 0x000197ee
PSR = 0x21000000
ICSR = 0x00423803
MMFSR = 0x00
BFSR = 0x82
UFSR = 0x0000
HFSR = 0x40000000
DFSR = 0x0000000b
MMAR = 0x65646e69
BFAR = 0x65646e69
AFSR = 0x00000000
Terminating execution...
=======================
Could you help me to analyze this log and trace the cause of crash ?
or If you need any further information, then just me know, I will try to get it.
Best Regards,
Hae Ryong