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.

2640OAD手机APP升级问题

Other Parts Discussed in Thread: SYSBIOS, CC2650

TI大牛们

1.用协议栈下的hex2bin合成的.bin文件在iOS的APP上无法升级,选择.bin文件时就退出,设备也搜不到。为什么??

2.用Python27脚本合成的.bin文件在PC断升级显示不支持OAD,在iOS的APP可以升级,进度条完成之后也是没广播

注:在PC和安卓的APP都是可以正常升级的。

图片一个是iOS的APP   一个是选择.bin的错误提示

(协议栈ble_sdk_2_02_01_18)

求解答!跪谢!!!!!!!!!!

  • 1.用安卓手机APP和PC都显示升级成功,但是重启还是显示的是imageA的工程。这是为什么啊?

    2.用iOS的app为什么选择.bin就退出,而且设备不在广播。

    (协议栈ble_sdk_2_02_01_18)

    求大牛解答,谢谢!!!

    注:

    if (typeof NO_ROM == 'undefined' || (typeof NO_ROM != 'undefined' && NO_ROM == 0))
    {
    //var ROM = xdc.useModule('ti.sysbios.rom.ROM');
    if (Program.cpu.deviceName.match(/CC26/)) {
    //ROM.romName = ROM.CC2650;

    这两行已经注释。

  • 可以参考下这边的IOS OAD例程:https://github.com/rlimberger/OADKit