Other Parts Discussed in Thread: EK-TM4C1294XL, SYSBIOS
Hello,
I am using the EK-TM4C1294XL eval board and I ran the tcpecho ipv6 example. I'm able to get an ipv6 and ipv4 addresses, but after some time, the program aborts
Here is what I get when the program aborts
ti.sysbios.family.arm.m3.Hwi: line 1095: E_hardFault: FORCED
ti.sysbios.family.arm.m3.Hwi: line 1172: E_busFault: IMPRECISERR: Delayed Bus Fault, exact addr unknown, address: e000ed38
Exception occurred in background thread at PC = 0x0001795e.
Core 0: Exception occurred in ThreadType_Task.
Task name: {unknown-instance-name}, handle: 0x20012ff8.
Task stack base: 0x20010b68.
Task stack size: 0x1000.
R0 = 0x00000000 R8 = 0x200101b6
R1 = 0x00000086 R9 = 0x20012e30
R2 = 0x00000001 R10 = 0x20010b04
R3 = 0x00000000 R11 = 0x00000000
R4 = 0x00000000 R12 = 0x00000000
R5 = 0x00000000 SP(R13) = 0x200118d0
R6 = 0x00000086 LR(R14) = 0x0001431b
R7 = 0x00000000 PC(R15) = 0x0001795e
PSR = 0x8100f000
ICSR = 0x00423803
MMFSR = 0x00
BFSR = 0x04
UFSR = 0x0000
HFSR = 0x40000000
DFSR = 0x0000000b
MMAR = 0xe000ed34
BFAR = 0xe000ed38
AFSR = 0x00000000
Terminating execution...
I'm not sure what to do next.
The stack size of the task was previously 1536. I increased it to 4096 and still got the same error
Any idea on how to solve the problem.
Thanks
AJ