My application requires simultaneous operation of two ezdsp5515 boards. Is there a way to initialize two CCS sessions and address the two different XDS100V2 emulator devices on the two boards?
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.
Hi Mike,
Yes it is possible to debug two eZdsp boards simultaneously on one machine.
I tried it with Win7 and was able to do it with the following steps:
Open CCS4 as user, Open another CCS4 as administrator - 2 copies running simultaneously
In Target configuration, enter Advanced view, Click on Texas Instruments XDS100v2 USB Emulator, Under Emulator Selection select by serial number
Use xds100serial.exe to see the serial numbers for each board...
Input the unique serial number for one eZdsp into target config used by CCS4 (user) and the other eZdsp into target config used by CCS4 (admin).
If the serial numbers are the same, use FT_Prog to reflash one of the XDS100 with a different serial number...

Hope this helps,
Mark