OTA Update for STM32WB1M
Has anyone out there done OTA with the WB1M? Did you write your own OTA bootloader from scratch, modify the WB55 Nucleo example from CubeWB, or some combination of the two? Any tips?
I started trying to modify the example but I think the low level stuff is going to be a constant thorn in the side. Thinking I just should generate a new application from CubeMx for the WB1M, and borrow the otas_app.c BLE logic and a couple of other pieces from the example (like retrieving the reboot request data from SRAM) and that should be pretty easily workable, but curious what others have done here.
