From 709c5ddd292e3ec6e382e657a38d8791e329c5a9 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 13 Oct 2017 15:28:12 +0200 Subject: [PATCH] stm32-f4discovery-cc256x: F407 has 1028 kB Flash and 128 + 64 kB RAM --- .../eclipse-template/ldscripts/mem.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/port/stm32-f4discovery-cc256x/eclipse-template/ldscripts/mem.ld b/port/stm32-f4discovery-cc256x/eclipse-template/ldscripts/mem.ld index 4fbcc3d3f..2267075da 100644 --- a/port/stm32-f4discovery-cc256x/eclipse-template/ldscripts/mem.ld +++ b/port/stm32-f4discovery-cc256x/eclipse-template/ldscripts/mem.ld @@ -13,8 +13,8 @@ MEMORY { - FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K - RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K + FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K + RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K /* * Optional sections; define the origin and length to match