How to flash .bin to STM32 using st-flash
You can use st-flash
like this to flash a firmware file to the STM32:
st-flash write build/firmware.bin 0x8000000
You can use st-flash
like this to flash a firmware file to the STM32:
st-flash write build/firmware.bin 0x8000000