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.

CC1352R: Failing programming the Bootloader ofCC1352R

Part Number: CC1352R
Other Parts Discussed in Thread: UNIFLASH, ,

I can't load the firmware image to CC1352R1 via bootloader using Uniflash.

I have following every step in the document http://www.ti.com/lit/ug/slau799b/slau799b.pdf for 8 Bootloader Programming for SimpleLink CC13xx and CC26xx MCUs (pag. 14).

Step 1: I build project in ccs (unlike the tutorial, I don't see the file ccfg.c):

Step 2: I get the Firmware Image:

Step 3: 

I can to flash the image from Uniflash to the CC1352R via XDS110 USB, but can't achieve the same using the UART / BootLoader.

I start by erasing the entire flash from Uniflash's "Settings & Utilities" (Manual Erase, Erase Entire Flash) via XDS110 USB, and then manually select the device as 'CC1352R (BOOTLOADER)' before to loading the image.
Then, I follow the 8.2 in the document slau799b and I set my COM port and Image Valid Address as 0x00000000 for the CCGF from "Settings & Utilities".

When I load Image, the error message I get is:

And if I click "load Image again", I get the error following:

What happen?
How can I solve that?