How to flash .bin to STM32 using st-flash

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

example.sh
st-flash write build/firmware.bin 0x8000000

 


Check out similar posts by category: STM32