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.
I cann't find any command or menu item in CCSv5.1 to download program to flash, so I have to start a debug session to run my app. Troublesome!
Is there any soluthion? Eclipse plugin?
My platform is: LM4F232 Evaluation Board (Cortex-M4), Stellaris ICDI
Thanks.
Hi Kim,
Unfortunately for Stellaris there is no built in flash programmer in CCS. There is a free flash programmer for the Stellaris micros available here however for you to use:
http://www.ti.com/tool/lmflashprogrammer
Best Regards,
Lisa
Kim,
Just a small clarification; what Lisa means is that there is no standalone flash programmer in CCS, as the built-in CCS debugger is able to perform flash programming in Stellaris devices.
Somehow I was a bit confused by the term built-in flash programmer... :)
Cheers,
Rafael
Hi Lisa,
Thanks for the fast response.
I started using the standalone tool LM Flash Programmer as the begining, although it is powerful, but not so convenient.
Other IDE, such as Keil, support a download button on the toolbar, when I edit my code, click the button, it can download, reset mcu and run automaticly, just one click .
Thanks
It is unclear to me what this means. I am assuming that there is an integrated flash memory programmer in the CCS v5. Does this occur through the debugger via the Load option? Or is there another option I don't see.