From 57e32a7e5214c3d6cea58ef2602bd9b8a2b3eced Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Sat, 17 Sep 2016 23:13:42 -0500 Subject: [PATCH] stlink: add st-info page --- pages/common/st-info.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/common/st-info.md diff --git a/pages/common/st-info.md b/pages/common/st-info.md new file mode 100644 index 000000000..cdd6a6bf4 --- /dev/null +++ b/pages/common/st-info.md @@ -0,0 +1,15 @@ +# st-info + +> Provides information about connected STLink and STM32 devices. + +- Display about of program memory available: + +`st-info --flash` + +- Display about of sram memory available: + +`st-info --sram` + +- Display summarized information of the device: + +`st-info --probe`