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.

TMS570LS1224: Run all firmware in RAM

Part Number: TMS570LS1224

Hello,

I need to use APIs to program the flash of the component in question. Therefore, I need to run the program entirely in RAM.

Using the HAL code generator, I created the code and then loaded it into CCS, but obviously the code is loaded into flash.
Here's how I modified the linker:

image.png

The XDS110 debugger does not even reach the main.

image.png
Is it necessary to change anything else?