1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:53:11 +02:00

stlink: add extra clarification on descriptions

This commit is contained in:
Daniel Campoverde [alx741] 2016-09-18 09:22:00 -05:00
parent 40a785d199
commit 5c9c8b4023

View file

@ -2,13 +2,13 @@
> Flash binary files to STM32 ARM Cortex microcontrollers.
- Read 4096 bytes of the firmware:
- Read 4096 bytes from the device starting from 0x8000000:
`st-flash read {{firmware.bin}} 0x8000000 4096`
`st-flash read {{firmware}}.bin {{0x8000000}} {{4096}}`
- Write firmware to device:
- Write firmware to device starting from 0x8000000:
`st-flash write {{firmware.bin}} 0x8000000`
`st-flash write {{firmware}}.bin {{0x8000000}}`
- Erase firmware from device: