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.

Function trace back on exception

We are currently looking for function trace during system crashes on multi-core TI DSP 6608. We understood that for any memory protection faults ExceptionISR will be triggered by DSP BIOS and user(programmer) can write ExceptionISR function as per requirement.

For example , we are able to simulate the memory protection fault as accessing null pointer in the application code. ExceptionISR is getting invoked. Now from this point we want to trace back the address of the function/pointer variable which caused the exception.

Please let us know the possible ways of getting this information in ExceptionISR function. Thanks in advance