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-CC1352P: Z-Stack OTA doesn't start

Part Number: LAUNCHXL-CC1352P
Other Parts Discussed in Thread: CC1352P, Z-STACK

Hi!

I tested the OTA of CC1352 on the TI CC1352P-2 Lauch Pad development boards.

SDK version I use is 4.40.0.44, CCS 10.1.1.00004



Server:

zc_ota_server_CC1352P_2_LAUNCHXL_tirtos_ccs

OtaServer desktop app 2.0.7



Client:

cc13x2p2lp_bim_onchip

zed_sw_ota_client_CC1352P_2_LAUNCHXL_tirtos_ccs



Entire flash is erased with SmartRf Programmer II on both launchPads before uploading firmware.



Server and Client are connected after pressing BTN-1 on both boards, I see activity in the sniffer.

New OTA firmware is compiled (version number is changed in predefined symbols and in Post-Build steps) and OtaServer found this.



When I select "Image Notify" to start OTA, it asks about EndPoint.

What EndPoint value should I enter?

I found in sources:

(zcl_samplesw.h) ZCL_OTA_ENDPOINT 14

and

(zcl_ota.h) SAMPLESW_ENDPOINT 8

I tried both 0x08 and 0x0E and some other values, but OTA didn't start.