I am trying to get my debugging session to work and not having any luck. We just made the switch to CCS v5.2 recently so that we could work on an MSP430 project and have had a pretty good experience with that (notable exception is that the variable view is broken and only shows the lower 16 bits, but we can live with this issue).
However, we also need to debug a custom C6202B target that we had been used to working with in the older CCS 3.3 before the Eclipse interface. Anyway, the issue is that I have tried to create a new debug configuration for our C6202B target and I cannot find any way via the GUI to add or select a target processor so that my Blackhawk USB-560M will even attempt to connect to the target processor. There must be a way to do this similar perhaps to the old configuration tool, but I don't see it. The message I get when I hit the debug button anyway is : "The connection Blackhawk USB560-M Emulator_0 does not contain any processors". I previewed an earlier version of CCS v5.0 and was able to eventually get the thing to connect to the target, but I am not sure how I pulled that off considering I can't seem to do it in this version. I am able to select the processor family in this version for the build settings but that is all, there is no way that I can see to do it in the debug configurations. We do have both an MSP430 project and a C62XX project present within the project explorer, but I have closed the MSP430 project. Any ideas?