summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-01 00:06:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-01 00:06:57 +0000
commit5176d1d719ae6af0a00e20e8c68af5d110e75c85 (patch)
treecce552d1b9aa0d71d6cd4f292311362961fb4b35 /nuttx/configs/stm3210e-eval/README.txt
parent119109e8489679a7dfad8551ff7f7bd990937700 (diff)
downloadnuttx-5176d1d719ae6af0a00e20e8c68af5d110e75c85.tar.gz
nuttx-5176d1d719ae6af0a00e20e8c68af5d110e75c85.tar.bz2
nuttx-5176d1d719ae6af0a00e20e8c68af5d110e75c85.zip
Misc setup changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2109 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval/README.txt')
-rwxr-xr-xnuttx/configs/stm3210e-eval/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index 51e86d619..01f9173cd 100755
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -118,6 +118,15 @@ NuttX buildroot Toolchain
detailed PLUS some special instructions that you will need to follow if you are
building a Cortex-M3 toolchain for Cygwin under Windows.
+DFU
+^^^
+
+ The linker files in these projects assume that you will be loading code
+ using STMicro built in USB DFU loader. In this case, the code will not
+ be positioned at the beginning of FLASH (0x80000000) but will be offset
+ to 0x08030000. If you need to change that origin, you will need to
+ edit the file(s) ld.script for each configuration.
+
STM3210E-EVAL-specific Configuration Options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^