From 24d3e49a2bd562433aa4e90f0f190f590ea5329d Mon Sep 17 00:00:00 2001 From: Peter Waegemann <waegemann@cs.fau.de> Date: Mon, 3 Feb 2020 14:30:40 +0100 Subject: [PATCH] Add README for programming the STM board --- STM32F04_FW/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 STM32F04_FW/README.md diff --git a/STM32F04_FW/README.md b/STM32F04_FW/README.md new file mode 100644 index 0000000..43317c5 --- /dev/null +++ b/STM32F04_FW/README.md @@ -0,0 +1,8 @@ +# Program Firmware +Programming the firmware requires the `st-link` util (see +[https://github.com/texane/stlink](https://github.com/texane/stlink) for +further information). If installed, flashing the firmware is done with the +command `make flash`. + +Alternatively, ST's graphical interface can be used +([https://www.st.com/en/development-tools/stsw-link004.html](https://www.st.com/en/development-tools/stsw-link004.html)). -- GitLab