Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
I am using TIRTOS under CCSV7. When I get an exception the debug window shows only what happened from the point of the exception onwards until loader_exit
It seems to destroy the stack leading up to this point (Which is the most useful bit)
example
B60246P1a_ETI [Code Composer Studio - Device Debugging]
Texas Instruments XDS2xx USB Debug Probe_0/CORTEX_M4_0 (Suspended)
loader_exit() at exit.c:55 0x00032EB0
abort() at exit.c:130 0x00032EBA
exit(int)() at exit.c:121 0x00032EF0
xdc_runtime_System_exit__E(int)() at System.c:131 0x00039B0A
ti_sysbios_BIOS_exitFunc__I(int)() at B60246P1a_pem4f.c:3,349 0x00039C5A
ti_sysbios_family_arm_m3_Hwi_excHandlerMax__I(unsigned int *, unsigned int)() at BIOS.c:109 0x00018CA0
ti_sysbios_family_arm_m3_Hwi_excHandler__I(unsigned int *, unsigned int)() at Hwi.c:871 0x00039016
0xFFFFFFF0 (no symbols are defined for 0xFFFFFFF0)
I can use ROV to see which thread this is in, but have no idea where in the thread the exception is because the stack trace doesn't show any information.
Why does the trace only start from the exception?
Is there any way to increase its length, ensure it includes the event?