CC2540 SDK中SimpleBLEPeripheral的CC2540-OAD-Encrypted-ImgA和CC2540-OAD-Encrypted-ImgB两个工程, 这两个工程生成bin文件.
直接在IAR中先烧录ImgA, 再烧录ImgB, 烧录完成无反应.
这两个bin文件使用什么软件烧录到芯片?
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.
您好,
您可以参考如下文档:BLE Developer’s Guide for Over-the-Air Download for CC254x
软件烧录到芯片应该使用SmartRF flash programmer(https://www.ti.com.cn/tool/cn/FLASH-PROGRAMMER?keyMatch=SMARTRF%20FLASH%20PROGRAMMER)
To get you started, you can program the keyfob with the BIM image and SimpleBLEPeripheral with the OAD-ImgA build configuration selected.
1. Use SmartRF flash programmer to erase+program+verify the BIM hex file (compile Projects\ble\util\BIM\cc254x)
2. In IAR open SimpleBLEPeripheral, select the OAD ImgA build settings, then press ALT+F7, go to Linker. Under output, rename the file to .hex, and choose Other->intel extended. Compile.
3. Program this hex file to the device using SmartRF flash programmer using append+verify.
4. You should now be able to program .bin files to this device over the air. Make sure that you program ImgB if imgA is running and vice versa.