Part Number: TMS320F28379D
Tool/software: Code Composer Studio
Hi, I'm attempting to use a TI XDS110 to flash a custom board. The JTAG pinout is not compatible with the pinouts on the XDS110. I have previously successfully flashed this board with a homebrew programmer based on the Launchpad Schematics.
So I know the board can be flashed
I also know that communications with the XDS110 are ok because the first thing CCS did was tell me that the firmware on the XDS110 was out of date and prompted me to update it. Which I did.
The error I'm getting is:
IcePick_C_0: Error connecting to the target: (Error -267 @ )
The controller could not detect valid target supply. Check target
JTAG connection and/or connection setting specifying voltage level.
(Emulation package 8.0.903.4)
On my jumper cable I wired (only) the following pins
JTAG_TCK
JTAG_TMS
JTAG_TRST
JTAG_TDO
JTAG_TDI
GND
I then applied 3v3 to the device (which powered on properly) and I have a common ground between the programming adapter and the power GND.
Two questions:
1) what line specifically is the XDS110 looking at to determine "valid target supply."? Is it a line that I have not provided? (for instance there is a VTRef line)...
2) are there any other lines that are critical that I have not correctly connected? For instance, on my implementation I have scl_tx and scl_rx, but those do not appear to be available on the XDS110 header.
Thank you,