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.

CCS/TMS320F28335: How to change the RAM program to flash programming

Part Number: TMS320F28335
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi all,

i wrote a code in RAM memory 

but due to some constraints, i need to change my program run at FLASH memory

So, please say how it can possible.

thanking you in advance

  • Hi Raj,

    You can update the linker command file and map the .text section to a flash memory instead of RAM memory.
    You can find some examples in C2000Ware. You can pick any example in C20000ware driverlib. It shows 2 build configurations - one with RAM and one with Flash.

    Hope this helps!

    Regards,
    Veena