From f0c153598d5eb8373770297e71732f8fcef4f8ef Mon Sep 17 00:00:00 2001 From: Fergus Noble Date: Fri, 23 Sep 2011 13:04:11 -0700 Subject: SPI test now working on F2! --- examples/stm32f2/jobygps/spi_test/spi_test.ld | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/stm32f2/jobygps/spi_test/spi_test.ld') diff --git a/examples/stm32f2/jobygps/spi_test/spi_test.ld b/examples/stm32f2/jobygps/spi_test/spi_test.ld index 7899773..cfe9ab7 100644 --- a/examples/stm32f2/jobygps/spi_test/spi_test.ld +++ b/examples/stm32f2/jobygps/spi_test/spi_test.ld @@ -17,15 +17,15 @@ * along with this program. If not, see . */ -/* Linker script for Open-BLDC (STM32F103CBT6, 128K flash, 20K RAM). */ +/* Linker script for Olimex STM32-H103 (STM32F103RBT6, 128K flash, 20K RAM). */ /* Define memory regions. */ MEMORY { - rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K - ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K + rom (rx) : ORIGIN = 0x08000000, LENGTH = 256K + ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K } /* Include the common ld script. */ -INCLUDE libopencm3_stm32.ld +INCLUDE libopencm3_stm32f2.ld -- cgit v1.2.3