Other Parts Discussed in Thread: TDA4VM, UNIFLASH, SK-TDA4VM
Tool/software:
I am trying to get the CCS Setup for J721S2 working with a custom board from one of our customers but I am failing at the step where the JS File is to be loaded with the scripting console at 7.3.2. Step 3
As debugger I am using the "Texas Instruments XDS2xx USB Debug Probe" Connection with a XDS200 Spectrum Digital.
The debugger is connected via a 14Pin-TI adapter. The following pins are wired:
- TDI
- TDO
- TMS
- TRST
- TCK
- GND/VTref
Since it is a custom board, i set the boot switches accordingly:
SW8[1-8] = 1000 1000 --> BOOTMODE0 and BOOTMODE4 set to high
SW9[1-8] = 0111 0000 --> MCU_BOOTMODE[05:03] set to high
- I am able to launch the J72S2_EVM.ccxml, but when loading the launch.js file in the scripting console i get a pop up message:
"Error connecting to the target:
(Error -1170 @ 0x0)
Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK).
(Emulation package 12.8.0.00189)"
And in the Scripting console:
js:> loadJSFile /home/dev/ti/ti-processor-sdk-rtos-j721s2-evm-09_02_00_05/pdk_j721s2_09_02_00_30/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j721s2/launch.js
Connecting to Cortex_M4F_0!
Error connecting to the target: emulation failure occurred (/home/dev/ti/ti-processor-sdk-rtos-j721s2-evm-09_02_00_05/pdk_j721s2_09_02_00_30/packages/ti/drv/sciclient/tools/ccsLoadDmsc/j721s2/launch.js#108)
I tested the conenction from the XDS200 Debugger by selecting "Test Connection" in the Target Configuration Tab and it returns successfully.
"All of the values were scanned correctly.
The JTAG DR Integrity scan-test has succeeded."
What i tried so far:
- Changed the TCLK frequency from 10 MHz to 1 MHz like suggested in the error message
- Reinstalled CCS






