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.
Hi there,
I have been ask to interpret the OAD Guide for the developer of an Android App to perform OAD.
I need to answer the question if the merged hex file has to be converted into binary following the Intel Hex file format definitions before sending over the air.
I tried to find this answer in the SimplelinkBLEPeripheral for OAD project provided, which I have successfully implemented and tested with BLE device monitor.
But all I see is that the image is copied to the flash byte wise. So on the Android side it needs to be converted.
Correct ?
Thank you very much