This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/66AK2H12: Debug ti.sysbios.family.arm.exc.Exception

Part Number: 66AK2H12

Tool/software: TI-RTOS

XDCtools 3.32, SYS/BIOS 6.46, CCS 7.4, PDK 4.0.7, NDK 2.25

My ARM application is crashing. It runs but after some amount of time (~15minutes?) if exits. ROV SysMin indicates the errors:

ti.sysbios.family.arm.exc.Exception
xdc.runtime.Error.raise: terminating execution

Using the ROV SysMin info I've pin pointed the function and task where the problem occurs.

My question: Can I somehow set a break or have the CCS debugger pause before going to _exit or do_AngleSWI so I can see the call stack and check out passed variables etc?

All debugging tips welcome.

Mike