Part Number: TMS320C6748
Other Parts Discussed in Thread: SN74AXC4T774EVM,
Tool/software:
Setup
I'm trying to connect the TI XDS110 Debug Probe to the TMS320C6748EZWT3 DSP over JTAG, but I keep running into issues. The JTAG signals on my board are running at 1.8V, as shown in the attached schematic.

What I’ve Tried
-
Direct Connection (XDS110 → DSP)
- Connected the XDS110 debugger directly to my board’s JTAG header.
- In Code Composer Studio (CCS), the Test Connection was successful.
- However, when trying to connect to the DSP, I get error -6305: "PRSC module failed to write to a router register", and the connection fails.
-
Using a Level Shifter (SN74AXC4T774EVM)
- Since XDS110 is known to work at 3.3V, I used a level shifter to convert signals between 3.3V (XDS110) and 1.8V (DSP).
- The following JTAG signals go through the level shifter:
- TMS, TDI, TCK, TDO, TRSTn
- Direction Setup:
- TDO: DSP → Debugger (B to A)
- TDI, TMS, TCK, TRSTn: Debugger → DSP (A to B)
- Power Setup:
- VCCA = 3.3V, VCCB = 1.8V
- Pull-ups:
- I hand removed the built-in pull-ups on my board.
- Added external pull-ups to 3.3V for TDI, TMS, and TCK using a custom breakout board.
- Connected pin 5 of XDS110 to 3.3V through a 100Ω resistor.
- Results:
- Test Connection succeeds in CCS, but I still can’t connect to the DSP (same error as before).


Questions
- The fact that the Test Connection succeeds makes me think the JTAG signals are reaching the board.
- What could cause error -6305? Could it be pull-up resistors, signal integrity, or a security setting on the DSP?
- Has anyone used XDS110 with TMS320C6748 at 1.8V JTAG?
- Is there a recommended level shifter setup for this case?
Any help would be really appreciated!




