hello,
i need transfer my programm in piccolo F28035 from RAM to flash Mode, how i kann do it?
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.
hello,
i need transfer my programm in piccolo F28035 from RAM to flash Mode, how i kann do it?
So your program is currently in RAM and you want to move it to FLASH?
The linker command file (.cmd) defines where the program will be located. I took a look in some of the examples for F28035 and I see that they have some linker command files that will place the program in FLASH. You can get the examples here: http://focus.ti.com/mcu/docs/mcuprodcodeexamples.tsp?sectionId=96&tabId=1470
The one that I was looking at was F28035_CLA.cmd but there is another one called F28035.cmd that also puts .text (code) in FLASH.
In CCSv3.3 to program the flash you need to use a flash programming tool that you can access from the tools menu. In CCSv4 it will do it automatically.
Regards,
John