Part Number: CC2652R
Other Parts Discussed in Thread: UNIFLASH
Tool/software: Code Composer Studio
CCS Version 10.1.0.00010
Using the CC2652R Launchpad dev board I flashed the simple_peripheral_CC26X2R1_LAUNCHXL program which succesfully worked. I began removing the unnecessary GPIO and display sections via the syscfg tool so I could verify that the same chip on our custom pcb would work (We had already verified RF functionality through SmartRF Studio 7)
After these modifications the program still worked on the Launchpad but did not work on our custom pcb so I began looking into other parts that might be to blame,
Under Device Configuration I noticed a "Bootloader Backdoor" tied to a GPIO that was in use on our custom pcb so I disabled the bootloader and flashed the program. After this flash any subsequent attempts to flash the launchpad failed with the Error Code -241 "A router subpath could not be accessed. A security error has probably occurred. Make sure your device is unlocked." Nothing else had been modified which worries me because from research, this error code seems to be associated with the JTAG interface or flash memory being locked and the configuration for these have not been touched. Any attempt to erase flash, either through Uniflash or otherwise fails with the same code, however SmartRF Studio can still access and communicate which give me hope.
Any help would be appreciated
Thanks,
Joel
Attempting the connection through Target Configuration interface gave the following log information:
[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\Joel\AppData\Local\TEXASI~1\CCS\
ccs1010\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 'May 7 2020'.
The library build time was '21:10:18'.
The library package version is '9.2.0.00002'.
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 '-241' (0xffffff0f).
The title is 'SC_ERR_ROUTER_SECURE_SUBPATH'.
The explanation is:
A router subpath could not be accessed.
A security error has probably occurred.
Make sure your device is unlocked.
[End: Texas Instruments XDS110 USB Debug Probe]