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.
Using CCS and a typical JTAG programmer, how should I go about storing my programs in non-volatile memory? Looking at the command linker file its not inherently clear as to how to perform this operation. I am using the TMS320F28335
Any information regarding this topic would be greatly appreciated!
Tim
Hi Tim,
To run a program from flash follow these steps
1. Port the example code into your workspace as you would do normally.
2. Add the F28335.cmd file to you workspace. (You need to delete 28335_RAM_lnk.cmd from your workspace if it already exists.)
3. If you are running any function that needs to be run from RAM then you need to call the memcopy function as the first line inside main.
Vivek
Awesome, thanks for the speedy reply. Pretty simple and straightforward. On a related note, I have this exact question but for the MSP430F2272 but this time using the IAR Workbench.
Any idea on how to go about this one?
Thanks again.