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.

我有两块cc2640 ,只有OAD Target例程,OAD manager该怎么配置?

Other Parts Discussed in Thread: CC2640, CC2541, CC2540

我有两块cc2640  ,只有OAD Target例程,OAD manager该怎么配置?

  • he hr,

    不知你要搭建的是on-chip OAD (no external Flash)还是off-chip OAD(with external Flash )? 

    可以在安装了CC2640 BLE stack后,参考对应路径 C:\ti\simplelink\ble_cc26xx_2_01_00_44423\Documents 下的文档“CC2640 BLE OAD User's Guide.pdf”。

    其中分别详细讲解了如何搭建。

    1. On-chip OAD -- 使用CC2541作为 OAD Manager的

    2. Off-Chip OAD-- 可以用iPHONE Sensortag App或者CC2540 USB Dongle+PC Device Monitor来作为OAD Manager.

  • 谢谢 我已经弄好了,但是imageB可以无限下载吗?

  • he hr ,

    只要新的Image也支持OAD, Off-chip 是可以的.

    On-chip需要先触发OAD Target,就可以继续OAD下载Image B了。

  • 无限有点夸张了,好歹要考虑下flash的寿命啊。。。

  • 你好,

    如果你希望使用的EVM板作为OAD manager,你需要使用CC254x的EVM板,烧写SDK OAD manager程序。

    C:\Texas Instruments\BLE-CC254x-1.4.1.43908\Projects\ble\OADManager配合SBLTOOL下载。

    下面链接你可以下载SBL TOOL http://processors.wiki.ti.com/index.php/Category:SBLTool。

    或者你可以直接使用CC254x USB dongle,配合使用BLE device monitor来完成OAD工作。

    OAD最大次数默认为flash的擦写次数,绝对够你的产品周期升级程序使用。

    希望我的回答可以帮到你。

  • 我现在也是两块2640,OADbin和OAD_merge(On-chip OAD)已经编好了,然后该怎么办?