Other Parts Discussed in Thread: CC1352R, SYSCONFIG
Hello!
I have cc1352R launchpad. I need to program it with sbl over UART.
When I try to program host test application from ble stack examples, it always fails at the end.
Using Two wrire SBL Interface ./host_cc13xx-sbl ccDnld-v1.00.00 -- Jul 15 2020 11:28:50 Device set to: cc13x2 Opening serial port /dev/ttyACM0 Open binary file /home/serhii/temp/ble5_host_test_cc13x2r1lp_app.bin Binary file size = 360448 Connecting: Connected Erasing: [==================================================] 100% Downloading: [==================================================] 99% Error during download Abnormal termination, port close successful
Then, any attempts to reprogram it fails at the beginning:
Using Two wrire SBL Interface ./host_cc13xx-sbl ccDnld-v1.00.00 -- Jul 15 2020 11:28:50 Device set to: cc13x2 Opening serial port /dev/ttyACM0 Open binary file /home/serhii/temp/ble5_host_test_cc13x2r1lp_app.bin Binary file size = 360448 Connecting: Connected Erasing: [= ] 0% Flash erase failed error status 1 Abnormal termination, port close successful
Any other firmware (rfEasylink etc) programs without any issue.
TI SDK 4.20.00.35 is used.
How can I program host test application with host_cc13xx-sbl tool?