aboutsummaryrefslogtreecommitdiff
path: root/00-hello/README
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2018-01-23 23:14:31 -0700
committerJosh Rahm <joshuarahm@gmail.com>2018-01-23 23:14:31 -0700
commit7aa10db46c13ad8adc88aadff39b8cf6b15db09d (patch)
treeb1e34a6703de33250b0bd97d34999b687a36a00f /00-hello/README
parentacd8afd83da625d36ef39bc01717f29f3b689952 (diff)
downloadstm32l4-7aa10db46c13ad8adc88aadff39b8cf6b15db09d.tar.gz
stm32l4-7aa10db46c13ad8adc88aadff39b8cf6b15db09d.tar.bz2
stm32l4-7aa10db46c13ad8adc88aadff39b8cf6b15db09d.zip
rename folders to give notion of progression
Diffstat (limited to '00-hello/README')
-rw-r--r--00-hello/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/00-hello/README b/00-hello/README
new file mode 100644
index 0000000..b9d0788
--- /dev/null
+++ b/00-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.