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.

EVMC6678L Wonkiness

Other Parts Discussed in Thread: CCSTUDIO

Yes, yet another person who is having issues connecting to the EVMC6678L through CCS.  Here is my setup:

  • CCS 5.1.0.09000, installed to C:\TI\CCStudio_5.1\ccsv5
  • MCSDK 2.0.5.17 (Maybe not relevant?)
  • Windows 7 64-bit with UAC disabled

I installed the 64-bit USB drivers that came with the EVM CD.  Plugging in the board shows the two A & B channels, as expected:

I created a "Typical" SYS/BIOS project, and then added the EVMC6678L.ccxml target configuration that ships with the EVM CD.7384.evmc6678l.zip)

I then tried to run dbgjtab.exe according to this post, and got the following output:

C:\TI\CCStudio_v5.1\ccsv5\ccs_base\common\uscif>dbgjtag.exe -f "C:\Temp\4863.ccB
oard0.dat" -rv -S pathlength

-----[Print the reset-command software log-file]-----------------------------

This utility has selected a 100- or 510-class product.
This utility will load the adapter 'jioserdesusb.dll'.
The library build date was 'Oct 27 2011'.
The library build time was '17:12:35'.
The library package version is '5.0.520.0'.
The library component version is '35.34.38.0'.
The controller does not use a programmable FPGA.
The controller has a version number of '4' (0x00000004).
The controller has an insertion length of '0' (0x00000000).
This utility will now attempt to reset the controller.
This utility has successfully reset the controller.

-----[Print the reset-command hardware log-file]-----------------------------

The scan-path will be reset by toggling the JTAG TRST signal.
The controller is the FTDI FT2232 with USB interface.
The link from controller to target is direct (without cable).
The software is configured for FTDI FT2232 features.
The controller cannot monitor the value on the EMU[0] pin.
The controller cannot monitor the value on the EMU[1] pin.
The controller cannot control the timing on output pins.
The controller cannot control the timing on input pins.
The scan-path link-delay has been set to exactly '0' (0x0000).

-----[Perform the standard path-length test on the JTAG IR and DR]-----------

This path-length test uses blocks of 512 32-bit words.

The test for the JTAG IR instruction path-length succeeded.
The JTAG IR instruction path-length is 6 bits.

The test for the JTAG DR bypass path-length succeeded.
The JTAG DR bypass path-length is 1 bits.

C:\TI\CCStudio_v5.1\ccsv5\ccs_base\common\uscif>

So it looks like the emulator connection is working fine, and the problem is with CCS.  (No, there is nothing connected to the 60-pin header on the EVM board.)

Just for giggles I tried to debug the target board, and got this error message:

So, I am stuck.  Does anyone have any suggestions at this point?

Andrew