[STM32WB55] Launch app after FUS/BLE stack update without power cycling
Hi,
I am working with a STM32WB55 MCU connected using a STLINK probe (SWD).
In the flashing flow, I use STM32_Programmer_CLI to erase the device, put it in FUS mode, update the FUS, update the BLE stack image, and then flash the app image.
One thing I realized was that after those steps, I couldn't start the app image without powering off and on the device. No reset, hardrst, core_rst nor anything I could find in the
STM32_Programmer_CLI --helpcommand allowed me to launch my app.
Is there any way to launch the app without having to manually power-off and on the board?
Is it quite annoying to have this extra step in the flow!
Kind regards,
A.P.