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.

LAUNCHXL-CC26X2R1: SBL example project

Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: CC2538, UNIFLASH,

Hi,

 

I am trying to implement SBL (Serial Bootloader Library).

For that, I download the following example project: www.ti.com/.../swra466

As written in the example, I shortcut DIO11 to GND and restart the board.

I run the example as present bellow:

"

+-------------------------------------------------------------
| Serial Bootloader Library Example Application
+-------------------------------------------------------------

+-------------------------------------------------------------
| COM ports:
+-------------------------------------------------------------
|Idx | Description
| 0 | Communications Port (COM1)
| 1 | MOXA Port 0 (COM2)
| 2 | MOXA Port 1 (COM3)
| 3 | MOXA Port 2 (COM4)
| 4 | XDS110 Class Auxiliary Data Port (COM40)
| 5 | XDS110 Class Application/User UART (COM41)
| 6 | MOXA Port 3 (COM5)
| 7 | USB Serial Port (COM7)
| 8 | USB Serial Port (COM8)
+-------------------------------------------------------------

Select COM port index: 5
+-------------------------------------------------------------
| Supported devices:
+-------------------------------------------------------------
|Idx | Device
| 0 | CC2538
| 1 | CC13x0/CC26x0
| 2 | CC2640R2
| 3 | CC13x2/CC26x2
+-------------------------------------------------------------
Select target device: 3

 

AND RECEIVE THE BELOW RESPONSE:

Connecting (COM40 @ 230400 baud) ...
No response from device. Device may not be in bootloader mode. Reset device and try again.
If problem persists, check connection and baud rate."

My question is, does the example project enter the unit to backdoor?

If no, is there is another example that is doing so? From where I can download it?

Thanks,

Y.H.