I am using TM4C1294NCPDT ( EK-TM4C1294XL launchpad board ) with TI-RTOS and the firmware in DEBUG version are displaying this dump in the system console ( UART0 ):
{module#43}: line 1036: E_hardFault: FORCED {module#43}: line 1113: E_busFault: PRECISERR: Immediate Bus Fault, exact addr known, address: 6820219e Exception occurred in background thread at PC = 0x0001a7cc. Core 0: Exception occurred in ThreadType_Task. Task name: {unknown-instance-name}, handle: 0x20018af0. Task stack base: 0x20011120. Task stack size: 0x600. R0 = 0x000086dd R8 = 0x00000000 R1 = 0x20008d84 R9 = 0x00000000 R2 = 0x6820216e R10 = 0x00000000 R3 = 0x2146bf14 R11 = 0x20018828 R4 = 0x20018750 R12 = 0x00000000 R5 = 0x20006678 SP(R13) = 0x20011628 R6 = 0x200185ac LR(R14) = 0x00014f87 R7 = 0x00000002 PC(R15) = 0x0001a7cc PSR = 0x21000000 ICSR = 0x00423803 MMFSR = 0x00 BFSR = 0x82 UFSR = 0x0000 HFSR = 0x40000000 DFSR = 0x00000000 MMAR = 0x6820219e BFAR = 0x6820219e AFSR = 0x00000000 Terminating execution...
My question is: which document I need to study to learn how to decode this dump.
I mean, how to identify which "{module#43}" is it?
How to know which task is: "Task name: {unknown-instance-name}, handle: 0x20018af0."
Any feedback is welcome.
Thanks,
Sergio