I connected my CCS 3.3 via an "USB over IP interface" to my XDS100 JTAG interface,
so that I would be able to debug my F28335 application on a remote site.
It works, but its very slow. Loading the software into the DSP takes about 15 minutes.
At Reset the code composer tells me that it is waiting for the GEL callback "OnReset(0)",
and asks me to skip the wait loop. It seems to me that CCS is polling something, but that
the answer comes too late. I checked the network load but that’s still very low, and the
NetUSB-400i that I’m using should be capable to emulate a virtual USB2 port.
Can someone explain why the interaction between CCS and the JTAG interface is not
working well, and what I could possibly do to solve this?