Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantine Verutin <cverutin@gmail.com>2015-12-02 13:15:09 +0300
committerConstantine Verutin <cverutin@gmail.com>2015-12-02 13:15:09 +0300
commit2eade079a99c2ea6ccb9c355b66102a9b1452934 (patch)
treea680946618ad4bb51dde0433fea30a0e4ea3f352 /ld/devices.data
parent01f08c4638e30fe3f1b2d242938a63914de5e1b5 (diff)
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.
Diffstat (limited to 'ld/devices.data')
-rw-r--r--ld/devices.data4
1 files 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