2021-04-14 03:26 AM
I have a custom board with multiple MCUs and a BlueNRG-2 chip. I have a binary file of BlueNRG-2 in an external flash connected over SPI or I2C.
I need to replace the existing application binary with the one stored in the external flash.
2021-04-18 07:02 PM
It is possible.
You may want to reference BLE_OTA_ServiceManager project for customizing your own bootloader to use SPI or I2C flash accordingly.