diff options
author | James McKenzie <git@madingley.org> | 2015-08-02 23:37:49 +0100 |
---|---|---|
committer | James McKenzie <git@madingley.org> | 2015-08-02 23:37:49 +0100 |
commit | ff7e2824011f787acd730ac788b06610c6e40132 (patch) | |
tree | 1e9ab49d2f1b5513e93f9df324e4fc72bfefc175 /boot | |
parent | 39687aa7c7b138d2a1ce2551f2400bade3b1a6fb (diff) | |
download | candlestick-ff7e2824011f787acd730ac788b06610c6e40132.tar.gz candlestick-ff7e2824011f787acd730ac788b06610c6e40132.tar.bz2 candlestick-ff7e2824011f787acd730ac788b06610c6e40132.zip |
fish
Diffstat (limited to 'boot')
-rw-r--r-- | boot/usbdfu.ld | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boot/usbdfu.ld b/boot/usbdfu.ld index b36fefa..8680dc9 100644 --- a/boot/usbdfu.ld +++ b/boot/usbdfu.ld @@ -17,13 +17,13 @@ * along with this library. If not, see <http://www.gnu.org/licenses/>. */ -/* Linker script for STM32F101C8T6, 64K flash, 20K RAM). */ +/* Linker script for Olimex STM32-H103 (STM32F103RBT6, 128K flash, 20K RAM). */ /* Define memory regions. */ MEMORY { - rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K - ram (rwx) : ORIGIN = 0x20000000, LENGTH = 10K + rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K + ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K } /* Include the common ld script. */ |