Part Number: CC1352P
Other Parts Discussed in Thread: Z-STACK, REMOTI, SIMPLELINK-CC13X2-26X2-SDK, FLASH-PROGRAMMER, CC2530
Hello Community,
I am working on the CC1352P ZNP device & the sbl_tool.bin Application of the Zigbee Lunux Gateway Application.
I am able to commuicate with the CC1352P ZNP device over uart communication with ZNP Host Framework & Zigbee Lunux Gateway Application.
But
While using the serial bootloader application (sbl_tool.bin) I am not able to program the ZNP device.
Note : Cmd used to run sbl_tool.bin script : ./sbl_tool.bin znp_CC1352P_2_LAUNCHXL_tirtos_ccs.hex /dev/serial/path 1
Here are the sbl_tool.bin application logs.
***** TI LPRF ZigBee Serial Bootloader Tool for Linux v. 0.85 ***** Requested file file: 1352_1500000_with_out_flow_control.hex Requested serial port: /dev/serial/by-id/usb-Phynart_Zigbee_01-if00-port0 Debug traces enabled clear reset pin : 0x0103 set reset pin : 0x0303 zbSocOpen : /dev/serial/by-id/usb-Phynart_Zigbee_01-if00-port0 UART OUT 2020-12-03 10:24:35 --> 6 Bytes: SOF:FE, Len:01, CMD0:4D, CMD1:07, Payload:01, FCS:4A write=6 zbSocSblEnableReporting Timer created OK Timer created OK Image size: 419764 bytes Press [ENTER] any time to abort downloading image. state = 1 Handshaking: Sending reset command UART OUT 2020-12-03 10:24:35 --> 6 Bytes: SOF:FE, Len:01, CMD0:41, CMD1:00, Payload:01, FCS:41 write=6 Closing port Performing HW reset clear reset pin : 0x0103 set reset pin : 0x0303 Opening port UART OUT 2020-12-03 10:24:57 --> 6 Bytes: SOF:FE, Len:01, CMD0:4D, CMD1:07, Payload:01, FCS:4A write=6 Sending handshake command UART OUT 2020-12-03 10:24:57 --> 6 Bytes: SOF:FE, Len:01, CMD0:4D, CMD1:04, Payload:02, FCS:4A write=6 zbSocEnableTimeout #0 ./sbl_tool.bin: waiting for poll() Timer expired: #0 -- TIMEOUT --
I am not able to understand the following commands
UART OUT 2020-12-03 10:24:57 --> 6 Bytes: SOF:FE, Len:01, CMD0:4D, CMD1:07, Payload:01, FCS:4A
UART OUT 2020-12-03 10:24:57 --> 6 Bytes: SOF:FE, Len:01, CMD0:4D, CMD1:04, Payload:02, FCS:4A
I have also refer the Z-stack API Moniter & Test Doc. but not able to get the information related to it.
I would also like to know,
Is there any configurations need on the CC1352P - ZNP application related to the serial bootloader?
Regards,
Shiv Patil.