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.

Assertion failure after restarting application in debug mode

Other Parts Discussed in Thread: SYSBIOS

Hello,

Our application is running fine, without any assertion failures. After stoping in a break point and restarting the application, assertion failure occurs with the following error:

Internal exception: IERR=0x1

Instruction fetch exception

ti.sysbios.family.c64p.Exception: line 255: E_exceptionMin: pc = 0x00000000, sp = 0x11816a18.

To see more exception detail, use ROV or set 'ti.sysbios.family.c64p.Exception.enablePrint = true;'

xdc.runtime.Error.raise: terminating execution

The failure occurs before the application starts, immediately after restarting the application. 

We are not using any malloc/printf in our project at all (and specifically not in any HWI/SWI).

Can you please advise on the issue? We have no idea how to debug this, and it becomes very hard to debug the application (after the assertion failure the only option is to reload the application and then start it again - this create long cycles of debug).

Thanks in advance,

Matan