This emulator does not work with CCSv5
Here is my setup (not working):
Dell Latitude E6410
Microsoft Windows XP Professional Version 2002 Service Pack 3
Code Composer Studio Version 5.1.1.00028
Connection: Blackhawk USB510 Emulator
Emulator: USB510 JTAG EMULATOR Part #: BH-USB-510
Board: Experimenter's Kit - Piccolo F28035
C:\TI\controlSUITE\development_kits\~ExperimentersKits\ExperimentersKit-HWdevPkg\USBDockingStation_Schematic [R3].pdf
Piccolo TMS320F28035 Isolated controlCARD TMDSCNCD28035ISO
Example used: C:\TI\controlSUITE\development_kits\TemplateProjects\FlashingLeds-F28035_v1.0
This is the error message reported when I try to debug
I tried a second emulator (USB510 JTAG EMULATOR Part #: BH-USB-510) and had the same result.
When I make the following changes to my setup, I can debug (working setup):
Connection: Blackhawk USB2000 Controller (a XDS510-class product)
Emulator: USB2000 CONTROLLER Part #: BH-USB-2000
I tried the debug once, unchanged from the default project. I then tried it again after changing line 233 from FlashingLeds-Main.c
code said:Default: Gui_LedPrd_ms = 1000;
Modified: Gui_LedPrd_ms = 100; //10x the flash rate from default
In both cases it worked, and I observed the difference in LED flash rate.
I can see that the Blackhawk USB510 Emulator USB510 JTAG EMULATOR Part #: BH-USB-510 has been discontinued. Is this related to the fact that it doesn't work with CCSv5? if so, why does the option for this emulator appear in the target configurations general setup? What other emulators in this list may have the same problem? The Blackhawk USB510 Emulator does work with CCSv3.3
I've attached a file containing screenshots of my results, and photos of my setup.