Other Parts Discussed in Thread: MSP430G2553
I know only one method to download program to device and start it using CCS: Run - Debug (F11). When the program is downloaded, debugger breaks on the first program line. I need to execute Resume (F8), and then stop debugger, just to have program running.
Is it possible just to start without debugger? Like in Visual Studio, there are Debug and Run commands. If impossible, can I disable breakpoint in the beginning of the program?
