How to flash .bin to STM32 using st-flash

You can use st-flash like this to flash a firmware file to the STM32:

how-to-flash-bin-to-stm32-using-st-flash.sh
st-flash write build/firmware.bin 0x8000000

Check out similar posts by category: STM32