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:
authorChuck McManis <cmcmanis@mcmanis.com>2018-07-13 08:09:41 +0300
committerKarl Palsson <karlp@tweak.net.au>2018-07-13 23:18:44 +0300
commit63e0b6df3af4f5fcb6aea678f124ceca209223b4 (patch)
treeffe8acbb09266c1a113300fb3931ac7f3e69c2ee /ld/devices.data
parent0d5e51a8a7b24c8bc93ca849eb670bc55b02e091 (diff)
Device Data: Add Specs for STM32F4[67]9 variant
The reference manual is incorrect, the data sheet is correct. There is 320K of ram (up to address 0x20050000). This has been tested on the STM32F469I-disco board.
Diffstat (limited to 'ld/devices.data')
-rw-r--r--ld/devices.data3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/devices.data b/ld/devices.data
index 5c9fbbfe..2644c6f7 100644
--- a/ld/devices.data
+++ b/ld/devices.data
@@ -138,6 +138,9 @@ stm32f4[23][79]?g* stm32f4ccm ROM=1024K RAM=192K CCM=64K
stm32f4[23][79]?i* stm32f4ccm ROM=2048K RAM=192K CCM=64K
stm32f446?c* stm32f4 ROM=256K RAM=128K
stm32f446?e* stm32f4 ROM=512K RAM=128K
+stm32f4[67]9?i* stm32f4ccm ROM=2048K RAM=320K CCM=64K
+stm32f4[67]9?g* stm32f4ccm ROM=1024K RAM=320K CCM=64K
+stm32f4[67]9?e* stm32f4ccm ROM=512K RAM=320K CCM=64K
# on F7 CCM is in some datasheets named as DTCM
stm32f7[23][23]?c* stm32f7ccm ROM=256K RAM=192K CCM=64K