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.

I only can view core registers in the view-registers window

When I try to watch the register content while debugging,  only the core ones are showed up. I use code composer v4 and concerto MCU. I haven't found any answers in the forum or the ti wiki. Any ideas about what is going on? 

I attach a screenshot below.


  • Juan,

    The ability to see registers other than the core registers is determined by if there are register definitions provided in the device xml file for that device.  In your case you are using CCSv4.2.4 which would be missing the definitions for Concerto devices.

    When I look at my CCSv5.3.0 installation I can see that the files are present for Concerto devices.  Here is a screen shot of the target configuration tool showing them:

    And here they are in the project wizard:

    Here is a shot showing a registers view for each of the M3 and 28x cores.

    I would recommend downloading and installing a newer version of CCS.

    Regards,

    John

  • Thanks JohnS for your prompt reply. I will follow your suggestion.

    Regards.