User Activity

I am refactoring the BLE_OTA sample to work on the WB5M chipset for a custom board.  I am moving the call to Delete_Sectors() from boot initialization time to when the OTAS_STM_WIRELESS_FW_UPLOAD characteristic write is performed so that I can erase ...
Hello,I have developed a custom board around the WB5M and I am working on adding OTA support to it using the sample code from CubeWB -> Projects -> NUCLEO-WV15CC -> Applications -> BLE -> BLE_Ota.I have modified this code to use CMake (following the ...