From 5176d1d719ae6af0a00e20e8c68af5d110e75c85 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 1 Oct 2009 00:06:57 +0000 Subject: Misc setup changes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2109 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3210e-eval/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nuttx/configs/stm3210e-eval/README.txt') 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3