From 5c9c8b402317310c34208f5f0dda76ad3c0fc0c3 Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Sun, 18 Sep 2016 09:22:00 -0500 Subject: [PATCH] stlink: add extra clarification on descriptions --- pages/common/st-flash.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/st-flash.md b/pages/common/st-flash.md index 268bd16ca..957bb8930 100644 --- a/pages/common/st-flash.md +++ b/pages/common/st-flash.md @@ -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: