Is it possible to flash two user APP in different flash address by BLE_Ota?
Hi,
I have followed the AN5247 to implement OTA flow and wondering if it is possible to put different user APP in two flash address and OTA APP could decide to boot from which one. I have tried to flash P2P server_ota in 0x08007000 and HartRate_ota in 0x0802C000(also updated linker info) and update "CFG_APP_START_SECTOR_INDEX" in BLE_Ota as 0x2C to boot from the second APP. Although the HartRate function works, Cube programmer can't even connect to nucleo. It seems something strange. Also because the 2 APPs may be put at one of assigned flash address(07 or 2C), how to handle the linker setting while compile the FW?