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 start the debugger without loading of code and without stopping system

Other Parts Discussed in Thread: TMS320F28062

Hello,

I want to connect my debugger to a running system (TMS320F28062), without the system is stopped and is loaded without the code.
The reason: For an unknown reason, and after an indefinite time, the software is not running properly, and I want to look, at which point the program is then to find the error.

Which setting must be made in the CCS, so that when you start the debugger continues the system and no code is loaded into the system.
Thanks for an answer.

Friedrich

  • Hello Friedrich,

    Go to the menu item Run->Debug Configurations.

    Select your current configuration in the left hand window and then select the icon right next to the large "X". This will duplicate your current configuration. Rename the new configuration to something else.

    Select the Program tab in the Debug Configuration Dialog box. Change the loading options to "Load symbols only"

    After selecting the new configuration you just created, select the Target Tab in the Debug Configuration Dialog box. Change Flash Program Settings to "Verify Only"


    On the same tab, deselect all Connection Options. You also might want to deselect Enable CIO function.

    The new configuration should show up under the run menu item. Select it to start debugging.

    Please test your configuration on a different target before trying it on the actual target.

    Stephen

  • Actually, the new configuration shows up under the menu item Run->Debug History
    Stephen
  • Hello Friedrich,

    If my solution works, please select "Verify Answer".

    Thanks,
    Stephen

  • Friedrich,

    Take a look also at this quick tip video.

    It basically walks through the items mentioned by stevenh and in addition shows the real-time mode setting which will enable you to connect to a running device without resetting the device.

  • Your solution works. "Verify Answer" I have not found.

    Thanks

    Friedrich