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.

CCS/LAUNCHXL-CC2640R2: CCS Debug Without Downloading ?

Part Number: LAUNCHXL-CC2640R2

Tool/software: Code Composer Studio

Hi,

    How do I set the Code Composer Studio to Debug without downloading?

- kel

  • You can use a Manual launch of the debugger.

    If you need to connect the debugger without halting the target you may need to change a GEL script to prevent a reset upon connect - see CC2640: Connecting to a running target

  • Yes the manual launch will work for this.  You can also edit the "debug configuration" for your project as well.

    If you click the little down arrow beside the bug button and then select debug configurations.  In the dialog that opens select your project on the left and then the program tab.  On this tab you can change the options to just load the symbols.

    Another trick is if you follow Chesters method.  After you do it once there will be an entry in the drop down arrow menu beside the bug button that shows the name of your .ccxml file.  You can just select that the next time you want to do a manual launch.

    Regards,

    John