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.

Code Composer 3.3 Register Window

Other Parts Discussed in Thread: CCSTUDIO

I have been using a Blackhawk USB-560M emulator with Code Composer 3.3 and a 6748 processor.  The registers in the default setup did not match the processor very well so I spent a lot of time editing C6747.xml.cache to get it right for the peripherals I'm using.

Last week the Blackhawk emulator would not connect anymore.  After a few days effort on that I installed a SD XDS510 USP PLUS.  It connects and works, but only displays the core registers.

I've read through "Creating Custom Memory Mapped CCStudio Register Windows" and everything else I can find.  I've tried a lot of things but nothing has worked.

How does the SD emulator need to be configured to display registers like the BH emulator?

 

  • Your Blackhawk configuration most likely uses a Device XML file which pulls in the correct files to define the registers. You can confirm this by looking at the configuration for your Blackhawk setup in cc_setup and checking to see if a Device XML file is indeed used (see the wiki topic you mentioned for details on how to check for this). Then when you create your config for SD, use the same Device XML file.

    Thanks

    ki