mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-29 03:45:31 +03:00
279 B
279 B
st-flash
Flash binary files to STM32 ARM Cortex microcontrollers.
- Read 4096 bytes of the firmware:
st-flash read {{firmware.bin}} 0x8000000 4096
- Write firmware to device:
st-flash write {{firmware.bin}} 0x8000000
- Erase firmware from device:
st-flash erase