This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-CC1352R1: CC1352R1 - Error -242 while trying to flash Launchxl-CC1352R1

Part Number: LAUNCHXL-CC1352R1
Other Parts Discussed in Thread: UNIFLASH

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

adcsinglechannel_CC1352R1_LAUNCHXL_tirtos_ccs (1).zip

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 result

Also tryed to Force Mass Erase (using both 2-pin and 4-pin cJTAG) from SmartRF Flash Programmer 2 and I have this result:

Does anyone can help me to fix this error?

Thank you very much,

Jorge