2020-05-01 02:36 AM
Hi
I want to used STM32WB nucleo to program external custom board which has ST controller. I am able program the custom board using STM32L476 nucleo but facing issue with STM32WB nucleo.
Please guide me for this.
2020-05-04 02:34 AM
You can use the dongle to update your Nucleo board using the BLE_TransparentModeVCP under the STM32Cube_FW_WB_V1.6.0\STM32Cube_FW_WB_V1.6.0\Projects\P-NUCLEO-WB55.USBDongle\Applications\BLE\ directory.
Please have a look at AN5247 "Over-the-air application and wireless firmware update" to understand how it works.
2020-05-05 12:12 PM
Hi Remi,
I want to program external custom board. custom board which only has bootloder and want to program with application code. I think OTA and Wireless firmware update won't help me.
2020-05-06 03:09 AM
OK, you want to use the Nucleo board to be the programming board for the custom board.
If your custom board is based on an STM32WB chip, then
you can load the BLE_OTA application on your custom board.
Otherwise, it is hard to help you.