Hello,
I am having problem with CCS 4.2.1.00004 debugging TMS320VC5510 DSK board (OS: win7 x64) using on-board usb emulator.
It seems that I successfully installed the driver for the emulator because in hardware manager appears-> "Spectrum Digital TMS320C5510 DSK" without any conflicts.
When I am trying to run the simplest test application:
void main(void)
{
int a = 12;
int b = 23;
int c;
c = a+b;
while(c);
}
debbugger is loading application and without any error message informs that:
"C55xx_0: GEL Output: Gel StartUp Complete."
and does not allow to do anything more: no connect, disconnect or any other debug actions are available.
The on-board emulator LED is flashing during program loading but the emulator itself cannot get to the debug state (with breakpoint set at the first line in the main function as usual).
Despite the emulator is successfully installed (or it seems to be) and somewhat responds to CCS4 I am not also able to run self test using external tools like: C5510 Diagnostic Utility. Also sdConfigEx v4 do not recognizing any connected emulator.
Is there any solution of this problem. I am enclosing additional files related to debugger.
Thank You in advance for any help.