Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.

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 connect a running MSP432 with XDS100v3 in CCS6.1.1?

Hi,

        My MSP432 doesn't run as expected. How can I connect it and check the register values without resetting the device?

        I have tried to do that as the following page suggests, but it's not working. Every time I click debug, the target is not connected and the register values cannot be read. But when I right-click and "connect target", the device resets.

       processors.wiki.ti.com/.../MSP430_-_Connecting_to_a_running_target

  • Hi,

     I believe that we need to update the wiki or we need add this to the Code Composer Studio™ 6.1 for MSP432 UG. Anyway, in the meantime please do the following (some of these steps are part of the CCS UG, Section 7) :

    1. In CCS, Go to view > Target Configurations

    2. Expand the project folder, you should see all your workspace projects, for this example I'll be using "msp432p401_1"

    3. Expand msp432p401_1 and right click on MSP432P401R.ccxml

    4. Select Launch Selected Configuration (CCS will switch to the Debug perspective)

    5. In the Debug perspective, press the Connect to Target button

    6. Now you are connected to your device, you can look at the disassembly

    or if you have the symbols, you can go to Run > Load > Load Symbols and select your .out file

    Hopefully this will help you debug your application.

      Best regards,

        David

  • Thank you for your answer!

**Attention** This is a public forum