Part Number: LAUNCHXL-CC1352R1
Tool/software: Code Composer Studio
Hello everyone,
I had a problem while I was trying a program based on ADCSINGLECHANNEL example. I attach the program
(Please visit the site to view this file)
CCS Cloud and Code Composer Studio show Error -242.
Trying to isolate the problem between debugger and microcontroller, I checked devides on Device Manager and it is recogniced:
Also tryed to scan devide using console:
So I think it is not a question of Debbuger. Trying to find the problem I made a connection test using CCS and got this message:
[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\Sara\AppData\Local\TEXASI~1\CCS\
ccs910\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 'Aug 26 2019'.
The library build time was '13:34:49'.
The library package version is '8.3.0.00003'.
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 occurred while hard opening the controller.
-----[An error has occurred and this utility has aborted]--------------------
This error is generated by TI's USCIF driver or utilities.
The value is '-242' (0xffffff0e).
The title is 'SC_ERR_ROUTER_ACCESS_SUBPATH'.
The explanation is:
A router subpath could not be accessed.
The board configuration file is probably incorrect.
[End: Texas Instruments XDS110 USB Debug Probe]
I tryed to Reset the microcontroller using Uniflash but Error -2131 occurred:
Also tryed to flash the microcontroller using other LaunchXL-CC1352R board and it is the same
Does anyone can help me to fix this error?
Thank you very much,
Jorge