MCU: TM4C1294NCPDT
TI-RTOS: v2.01.00.03
CCS: v6.0.1.0040
-
Hello,
When I am using the integrated debug feature of code composer studio (using TI-RTOS) often the code crashes & in the IDE's console I get the following:
{module#37}: line 1036: error {id:0x10040000, args:[0xb2c4, 0x0]}
{module#37}: line 1113: error {id:0x10320000, args:[0x6eb0, 0x54605b9]}
Exception occurred in ISR thread at PC = 0x0001066e.
Core 0: Exception occurred in ThreadType_Hwi.
Hwi name: {unknown-instance-name}, handle: 0x2000ebec.
Hwi stack base: 0x2000c214.
Hwi stack size: 0x2000.
R0 = 0x000111a1 R8 = 0x00000000
R1 = 0x00000000 R9 = 0xffffffff
R2 = 0x2000eafc R10 = 0xffffffff
R3 = 0x2000eafc R11 = 0xffffffff
R4 = 0xf0e92d46 R12 = 0x00000001
R5 = 0x054605b5 SP(R13) = 0x2000e1a0
R6 = 0x0000000a LR(R14) = 0x0001194b
R7 = 0x00000001 PC(R15) = 0x0001066e
PSR = 0x21000023
ICSR = 0x00423003
MMFSR = 0x00
BFSR = 0x82
UFSR = 0x0000
HFSR = 0x40000000
DFSR = 0x0000000b
MMAR = 0x054605b9
BFAR = 0x054605b9
AFSR = 0x00000000
Terminating execution...
Can anyone help me with how to analyse/interprete the information provided by the debugger. Any kind of document link will be helpful too.
I have a few queries in this matter:
1. What is {module#37}? How do I identify this module no. 37?
2. Line 1036 is which line in which file?
3. error {id:0x10040000, args:[0xb2c4, 0x0]} >> Which ID is this & which arguments? Arguments passed to some function? which function in that case?
4. Exception occurred in ISR thread at PC = 0x0001066e. >> How do I figure out which thread it is from 1066Eh memory location?
-
Thanks
Regards
Soumyajit