diff --git a/pages/common/st-info.md b/pages/common/st-info.md new file mode 100644 index 0000000000..cdd6a6bf46 --- /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`