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.

how to quickly load a program without starting the debugger?

Other Parts Discussed in Thread: UNIFLASH

Hi,

I'm just starting out with CCS and with the Tiva launchpad platform. I was wondering if there is a quick, "single-click" command available that builds my project and programs it to the launchpad, without starting the debugger?

I often do not need the debugger's facilities when repeatedly modifying and testing small programs, I just want to see how the board behaves. Currently I need to start the debugger, wait a few seconds for it to connect and load the program, then it pauses at main() so I just press the red "stop" button to get out of debugging mode and keep editing my code (which again takes a few more seconds on my system). This seems a bit of a roundabout way to do that - In most other IDE's I'm familiar with there is a single "build and program" button. Is one available that I didn't find? if not, perhaps some script or plugin can do that?

thanks,
Guy.