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.
Q: How do I convert a RAM based project to one that is flash based?
A:
This answer refers to C2000 devices which have F05 flash technology (Which devices include F05 Flash?)
The application note Running an Application from Internal Flash Memory on the TMS320F28xx DSP (SPRA958) describes the different aspects of converting a RAM-based project to a flash-based project.
There is a flash-based software example for each F05 device family in C2000Ware's device_support directory. Each is named flash_<device>. For example:
Specific steps taken to convert the example from RAM to flash can be found in the header of the example .c file, and in the documentation found in the C2000Ware_<version>\device_support\<device>\docs directory.
For more F05 related FAQs refer to [FAQ] F05 Flash: Frequently Asked Questions