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.

OTA功能,按照datasheet操作后没有反应

Other Parts Discussed in Thread: UNIFLASH, CC3200SDK

Hi,

按照SDK1.0.0的OTA的datasheet的步骤操作后,串口没有任何反应。我的操作步骤是:

1、按照4.4 Usage的IAR(7.30)部分,生成了$PROJ_DIR$\NON_OS_TINY\Exe\simplelink.aapplication_bootloader.bin;

2、按照3.2 Usage部分,直接在原SDK的环境下(没有进行复制再生成一个大工程)rebuild生成了ota_update_nonos.bin;

3、打开uniflash,令/sys/mcuimg.bin的url指向C:\TI\CC3200SDK_1.0.0\cc3200-sdk\example\application_bootloader\ewarm\Release\Exe\application_bootloader.bin;

4、add file,并命名为/sys/mcuimg2.bin,它的url指向C:\TI\CC3200SDK_1.0.0\cc3200-sdk\example\ota_update\nonos\ewarm\Release\Exe\ota_update_nonos.bin;

5、按照正确的操作,擦除、打pack和program。烧写结束后接上串口,没有一点显示。

请问是不是我有什么地方忽略了或者错误了。翻了几遍datasheet,没看到哪里有误了。