From ff7e2824011f787acd730ac788b06610c6e40132 Mon Sep 17 00:00:00 2001 From: James McKenzie Date: Sun, 2 Aug 2015 23:37:49 +0100 Subject: fish --- boot/usbdfu.ld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'boot') 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 . */ -/* 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. */ -- cgit v1.2.3