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.

CallStack after entering in the endless loop "dataEntry" because of illegal data access



Hi,

I have questions related to the Hercules mcu TMS570LS313 running with OS FreeRTOS and LWIP TCP/IP Stack provided from TI. IDE: Code Composer Studio Version: 5.2.1.00018.

My code ends after 2-3 Minutes up in the intvecs "b dataEntry". To debug the error I copied the LR in PC und i see the error was a illegal data access:

strb R3, [R0, #2]  // the content of R0=0x0803FFFF --> Write in the adress 0x08040000 is not allowed.

This Call is in the memcpy Funktion.

My Quetion: Is there a posibility to know the Callstack befor the crash accours. And so to know the causer of this illegal data access (the caller of the memcpy) ?

Regards