Tool/software: Code Composer Studio I am attempting to use the Energy Trace HDR for debugging with the CC3220SF LAUNCHXL. So far I have been able to do the following. Debug when using an external supply and using an external XDS110 debugging module. Run an existing program and run energyTrace to see power usage. What I have not been able to do is debug with the external XDS110 with power being supplied with the Energy Trace HDR. I have setup a ccxml file as shown below. When I run Test connection i get the following output. The problem seems to be that the board does not stay powered during the test. The following sequence occures then I run Test Connection. 2 sec delay Board powers for approximately 1 second before turning off. 2 sec delay Board powers for approximately 1 second before turning off. If I use the exact same setup and have the board externally powered the test completes successfully. As stated above I can use EnergyTrace when not debugging. The output error I receive is shown below. [Start: Texas Instruments XDS110 USB Debug Probe] Execute the command: %ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -S integrity [Result] -----[Print the board config pathname(s)]------------------------------------ C:\Users\BEN~1.GPA\AppData\Local\TEXASI~1\ CCS\ti\0\0\BrdDat\testBoard.dat -----[Print the reset-command software log-file]----------------------------- This utility has selected a 100- or 510-class product. This utility will load the adapter 'jioxds110.dll'. The library build date was 'Feb 8 2018'. The library build time was '18:36:28'. The library package version is '7.0.188.0'. The library component version is '35.35.0.0'. The controller does not use a programmable FPGA. The controller has a version number of '5' (0x00000005). The controller has an insertion length of '0' (0x00000000). This utility will 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 XDS110 with USB interface. The link from controller to target is direct (without cable). The software is configured for XDS110 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). -----[An error has occurred and this utility has aborted]-------------------- This error is generated by TI's USCIF driver or utilities. The value is '-233' (0xffffff17). The title is 'SC_ERR_PATH_BROKEN'. The explanation is: The JTAG IR and DR scan-paths cannot circulate bits, they may be broken. An attempt to scan the JTAG scan-path has failed. The target's JTAG scan-path appears to be broken with a stuck-at-ones or stuck-at-zero fault. [End: Texas Instruments XDS110 USB Debug Probe]
↧