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.

CC1310: OAD例程成功后,sensor不重启

Part Number: CC1310


大家好:

我在使用两块cc1310    ti154stack_linux_x64_4_40_00_03例程做OTA的时候

给sensor预先烧录sensor_oad例程的hex

然后根据README中描述使用

hexmerge.py -o sensor_ota.hex "--overlap=error" sensor.hex bim.hex  

此命令将bim项目和sensor_oad的hex文件合并,然后

hexmerge.py -o sensor_ota.hex "--overlap=error" sensor.hex bim.hex

使用此命令制作BIN文件上传到linux之后,启动OAD升级已成功,如图:

以下是sensor的串口输出,OAD completed successfully表示已经升级成功,可此后串口便没有输出,似乎没有像OAD例程中描述的重启,请问哪里出了问题