I've been using CCSv3.1 (with C6713 and C6416 DSKs from Spectrum Digital) for years on XP, but recently I moved to Windows 7 and I had some problems getting it to work; likely other people tried so I'll share my efforts! I guess the same steps should work for CCSv3.3.
- install as usual, first CCS, then DSK content (I only got one error from windows script installer which I cancelled away, seems not to affect anything)
- at this point, I was able to add the board in CCSetup, yet the USB enumeration didn't work, hence you cannot run the diagnostics nor let CCS connect to the board. Compiling projects was fine though.
- I figured I could get the USB enumeration (CCStduio\drivers\c6713dsk.exe) and the diagnostics (6713DSKDiag.exe) working if I set their compatibility mode to "Windows XP Service Pack 3). At that point, CCStudio itself can still not connect to the target so that wasn't of much use. And putting CCStudio in that same compatibility mode makes the application crash, so no avail there as well.
- I found out that the key to talking to the board is the in the sdgo6713dsk.dvr file: it produces a log file (Sdgo6713DskLog.txt) which basically gave errors saying that it's not supported for this windows version
- Next I downloaded a demo of CCsv4, because it advertised having the Spectrum Digital drivers. And indeed it did. (note that you can also get these from the SD site but I only noticed that afterwards..)
- I just copied the new c6713dsk.exe and sdgo6713dsk.dvr files to my current v3.1 installation, and tadaaaa: works flawlessly
Now for my question: can anyone give me some insight and opinions on upgrading to CCS v4? Is it worth the price? Is it worth learning how to use the IDE properly (I never really liked eclipse..)? Are the new codegen tools/SDK better than what I have now? My applications are all very time-critical, will there be a performace gain?
Thanks in advance for any answers!