st-flash
Flash binary files to STM32 ARM Cortex microcontrollers.
- Read 4096 bytes from the device starting from 0x8000000:
st-flash read {firmware}.bin {0x8000000} {4096}
- Write firmware to device starting from 0x8000000:
st-flash write {firmware}.bin {0x8000000}
- Erase firmware from device:
st-flash erase
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).