aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/f4discovery/Readme
diff options
context:
space:
mode:
authorUwe Bonnes2013-01-17 20:05:25 +0100
committerUwe Bonnes2013-01-21 11:02:44 +0100
commit04624af4e50eb59c0be7a9e5e1ef42b968a2c200 (patch)
tree231b69f7e2ccdd938ade4fb101f4059d43173702 /src/platforms/f4discovery/Readme
parente3736193745ad89e3dcb69a73f8906a4de41c4ca (diff)
f4discovery: Adapt from the "native" file and add or change code where needed
- stm32_mem.py has problems with erasing the big pages, but dfu-util works - serial GDB remote server doesn't work. It neither works for the STM32F107, so maybe there is a problem with the usbd_f107_driver.
Diffstat (limited to 'src/platforms/f4discovery/Readme')
-rw-r--r--src/platforms/f4discovery/Readme17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/platforms/f4discovery/Readme b/src/platforms/f4discovery/Readme
new file mode 100644
index 0000000..6035917
--- /dev/null
+++ b/src/platforms/f4discovery/Readme
@@ -0,0 +1,17 @@
+Application start address:
+=========================
+
+Use 0x8010000
+- lower 3 16 k pages may be used for parameter storage
+- Erasing a single 64 k Page is faster then erasing 2 16 k Pages
+ eventual the 64 k page
+
+
+Internal boot loader:
+====================
+
+When we request invokation of a bootloader from inside the application,
+we boot the device internal bootloader with the blue botton pressed.
+
+That way, we can easy exchange the custom bootloader via the device
+internale bootloader \ No newline at end of file