aboutsummaryrefslogtreecommitdiff
path: root/stm32f091/readme.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-29 18:01:56 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-29 18:01:56 +0200
commit9e9ea9d07ed2a176d6f6e83b5b100da22d8fca50 (patch)
treea683bde4664dad75c3b5a1efbd4223a4ab3b40dd /stm32f091/readme.md
parentead710db271795380207141f0add7278ba12ada0 (diff)
parentaae57dc32a843351fb2e17721afcd841bedec0a6 (diff)
Merge branch 'protocol' into dev
Diffstat (limited to 'stm32f091/readme.md')
-rw-r--r--stm32f091/readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/stm32f091/readme.md b/stm32f091/readme.md
index 97492d5..d2758b5 100644
--- a/stm32f091/readme.md
+++ b/stm32f091/readme.md
@@ -4,4 +4,8 @@
- make sure to initialize the git submodules
- all warnings from source files in the lib/ subfolder are hidden
- copy wifi.def.h to wifi.h and edit the network credentials
+- the initialization code is broken in some way which means that a soft reset
+ is required for the uart dma to work, either (a) press the reset button on
+ the development board after plugging in, or (b) run `st-flash reset` after
+ plugging in.