diff --git a/STM32F04_FW/README.md b/STM32F04_FW/README.md new file mode 100644 index 0000000000000000000000000000000000000000..43317c5c3905e6a8730293188dd7949af1abab76 --- /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)).