How is this done?
Thanks.
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.
The ability to view coprocessor registers is limited and depends on the device.
When you launch a debug session you can see the co-processor cores listed in the Debug view. If the co-processor is debuggable (the CLA on C28x devices is an example) then you can connect to it and open the Registers view (menu View --> Registers).
The page below talks about connecting to multiple cores.
http://processors.wiki.ti.com/index.php/GSG:Connecting_to_slave_cores_in_SoC_devices
Rafael
Matt,
Can you try adding those registers directly to the watch view in CCS?
The list of register names can be found in the file <ccs_install_dir>\ccsv4\common\targetdb\Modules\cortexA8_NotVisible.xml. So for example, in the watch view you would add CP15_CONTROL_REGISTER and so on.