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.

TMS320F280039C: Loading FlashAPI Library into RAM using SysConfig

Part Number: TMS320F280039C
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello,

I have a question about the Flash API and configuring a linker cmd file in sysconfig. I’m currently working on migrating a project from running in RAM to running in Flash on a C2000 microcontroller. However I’m getting an illegal interrupt error when my code reaches some of the Flash API functions, which leads me to believe that my FlashAPI is being run from Flash instead of RAM. I see in the flash API example that the linker command file has this line:

However, I was wondering how this could be replicated using the linker command file section in SysConfig. 

Thanks,

Justin