I posted this on the microcontroller forum, but that was a dead end, so I'll try here.
I have just installed CCS4 on a windows7 machine. I had been using CCS3.1 on windowsXP without problems, but CCS3 is not supported in windows7.
I am using the free license since it states that it'll work with DSKs like the ezDSP. I am connected via parallel port. SDConfigEx shows a successful emulator test, so I am assuming the hardware is good. Also the fact that it works with CCS3 convinces me that the hardware is good.
In CCS4, I've have the following target configuration.
Connection: Spectrum Digital DSK-EVM-eZdsp onboard USB Emulator.
Board or Device: EZDSPF2812.
Under CPU Properties, Bypass and Slave Processor is NOT checked. Initialization Script is ..\..\emulation\gel\f2812.gel.
If I use Launch TI Debugger, I get the error "Target configuration: <ccs4 path>/common/targetdb/configurations/BH-USB560M-TMS570LS20206SPGE.ccxml, does not have a valid setup, please configure the target and try again." I'm not sure why it's selecting this target configuration file because I have assigned the other to my project.
If I use Debug Active Project, I get "Error initializing emulator". And then Code Composer shuts down, and I get what looks like an Eclipse debug window.
Please help! What settings do I need to connect to the ezdsp? Thanks