Update Sonoff Zigbee 3.0 USB Dongle Plus (CC2652P)
Follow this video
https://www.youtube.com/watch?v=KBAGWBWBATg&t=233s
Encountered this error
>Reading file: D:/Downloads/CC1352P2_CC2652P_launchpad_coordinator_20240710.hex.
>Unknown record type: 3.

Solution here
Use this command to convert the file to binary
.\srec_cat.exe "CC1352P2_CC2652P_launchpad_coordinator_20240710.hex" -intel -o CC1352P2_CC2652P_launchpad_coordinator_20240710.bin -binary
here's the converted file
Then program again with the binary file. Leave the start address at 0x00000000

Last updated
Was this helpful?