Tool/software:
Where to find OTA Library code for CC2653R7? Thanks
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.
Hello Desti Syuhada,
I hope you are doing well. I wanted to ask which type of OTA you are looking for? (BLE, Zigbee?).
There is this thread which may answer your question: https://e2e.ti.com/f/1/t/1376800/
Thanks,
Alex F
Hi Alex,
for BLE. and how to uplpad .hex file from my mobile using TI starter apps to connect with mcu cc2652r7? (example code, project zero - ble)
thanks
Hello Desti Syuhada,
I have alerted the BLE expert to this thread, and they should be able to help you shortly.
Thanks,
Alex F
Hello Desti,
Thanks for reaching out.
I would suggest to take a look at our training material: Bluetooth Low Energy Enhanced Over the Air Download (OAD) Fundamentals.
You can take a look at the OAD example (simple_peripheral_oad_offchip, _onchip, persistent_app) inside the SDK folder:\examples\rtos\LP_CC2652R7\ble5stack. In addition, you can find mcuboot project inside: \examples\nortos\LP_CC2652R7\mcuboot
Hope this helps.
David.
after I upload and update the new firmware, can I choose for which address (or firmware) that I want to use everytime I want to. or if I've renew the firmware, the old one will automatically replace by the new one?
Hello Desti,
What type of OAD are you working on here? OAD on-chip, off-chip, dual image? You can take a look at the differences between each other in the links I have provided. The links also present the Flash structure for each of them.
To your second question, the newer version will be selected by the MCUbootloader and will replace/overwrite the old image.
BR,
David.