Programming the STM32WB with Openocd
Hi,
I need to program an STM32WB from a Raspberry Pi from the command line, preferably Python. I have got it up and running with my STM32FG0 but having no luck with the WB. From my understanding I need to:
- Program BLE Stack using FUS (Not sure how to do this using OpenOCD)
- Erase Application Coprocessor (Are there any specific flash banks or addresses I need to be aware of?)
- Program Bootloader (Should be simple)
- Program Application (Ideally I can do this Over The Air using the RPi's BLE but will settle for using OpenOCD if that isn't possible)
I have tried using the STM32CubeProgrammer but that doesn't run on the Raspberry Pi.
Any help or advice on the above would really help!
Thanks,
