Part Number: 66AK2G02
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I'm running TI-RTOS on the ARM using CCS 6 on the K2G EVM. When the code hits an exception I end up at exit() and the stack doesn't tell me how I got there. The CCS debugger says "next frame is identical to an existing frame". Stepping with the debugger I see that I go through ti_sysbios_family_arm_exc_Exception_excHandlerAsm__I(). How do I tell the address that sent me to this? How do I get the stack before the exception?