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.

LAUNCHXL-F28379D: _system_post_cinit() 0x3FE493 (an error occurred: failed to parse the previous frame FP)

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: BOOSTXL-DRV8323RS

Hello, 

I am using LAUNCHXL-F28379D.

I want to embed my program in Flash memory. And the compile error code said the memory does not fit into the .cinit.

so I modified the memory location of .text(which is long and at first it was located in FLASHB with .cinit)

This link was my previous FAQ.

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1192717/launchxl-f28379d-cinit-flash-memory-issue-error-code-10099-d/4501093#4501093

Then the compiler error code disappeared. But when I tried to play on the device there was a new error code in the debug window.

1. I am not using watchdog

2. My project is cplusplus project.(I guess this should be the problem.)

3. I don't know where the error stems from..(Memory location or My project is crashing somewhere)