From 9dd30d25c1d3757358389d9c6f38eef5da8729ad Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 16 Jan 2018 00:19:02 -0700 Subject: added readme to hello --- hello/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 hello/README diff --git a/hello/README b/hello/README new file mode 100644 index 0000000..b9d0788 --- /dev/null +++ b/hello/README @@ -0,0 +1,19 @@ +Welcome to Level 1 +------------------ + +This is a VERY simple program for the STM32L432 Nucleo-32 board. It simply +iterates turning on the status led (LD3) and the pin D6. + +There is NO clock setting or anything, everything is the default bootup. + +There is a single source file, main.c, which defines all the code needed. + +There is a linker script which sets up the binary format properly ready to +be flashed. + +This code can be flashed with + + $ make flash + +this requires the program `st-flash` which is a part of the stlink programmer, +which can be found at https://github.com/texane/stlink.git. -- cgit