From 2eade079a99c2ea6ccb9c355b66102a9b1452934 Mon Sep 17 00:00:00 2001 From: Constantine Verutin Date: Wed, 2 Dec 2015 10:15:09 +0000 Subject: [PATCH] Fix flash size for stm32f401x(D|E) in devices.data. According to datasheet(http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00102166.pdf, page 11) stm32f401xD has 384 Kb of flash and stm32f401xE has 512. --- ld/devices.data | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ld/devices.data b/ld/devices.data index 19581fca..6f5c75b8 100644 --- a/ld/devices.data +++ b/ld/devices.data @@ -122,8 +122,8 @@ stm32f3[78]3?8* stm32f3 ROM=256K RAM=32K stm32f401?b* stm32f4 ROM=128K RAM=64K stm32f401?c* stm32f4 ROM=256K RAM=64K -stm32f401?d* stm32f4 ROM=512K RAM=96K -stm32f401?e* stm32f4 ROM=384K RAM=96K +stm32f401?d* stm32f4 ROM=384K RAM=96K +stm32f401?e* stm32f4 ROM=512K RAM=96K stm32f4[01][57]?e* stm32f4ccm ROM=512K RAM=128K CCM=64K stm32f4[01][57]?g* stm32f4ccm ROM=1024K RAM=128K CCM=64K stm32f4[23][79]?g* stm32f4ccm ROM=1024K RAM=192K CCM=64K