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:
authorHanspeter Portner <dev@open-music-kontrollers.ch>2015-09-07 10:18:00 +0300
committerKarl Palsson <karlp@tweak.net.au>2015-09-07 23:52:34 +0300
commit15a6103f8ed07d4e5b90331e99ec6ed77a6ef1ab (patch)
tree77995dceec64d40d9185c9cd4684f2939612fc4c /ld/devices.data
parent7063e5cdc96282eedd0f13c53b9f8c03c5bb2cf4 (diff)
stm32f3: ld: stm32f3x3x[bc] have 32K/40K RAM only.
Correct memory sizes in ld/devices.data for: * stm32f3[01]3?c from RAM=48K to RAM=40K. * stm32f303?b from RAM=40K to RAM=32K. Reviewed-by: Karl Palsson <karlp@tweak.net.au>
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 5ff8e278..658b4cc7 100644
--- a/ld/devices.data
+++ b/ld/devices.data
@@ -112,8 +112,8 @@ stm32f2[01][57]?g* stm32f2 ROM=1024K RAM=128K
stm32f302?b* stm32f3ccm ROM=128K RAM=24K CCM=8K
stm32f302?c* stm32f3ccm ROM=256K RAM=32K CCM=8K
-stm32f303?b* stm32f3ccm ROM=128K RAM=40K CCM=8K
-stm32f3[01]3?c* stm32f3ccm ROM=256K RAM=48K CCM=8K
+stm32f303?b* stm32f3ccm ROM=128K RAM=32K CCM=8K
+stm32f3[01]3?c* stm32f3ccm ROM=256K RAM=40K CCM=8K
stm32f373?8* stm32f3 ROM=64K RAM=16K
stm32f373?b* stm32f3 ROM=128K RAM=24K
stm32f373?c* stm32f3 ROM=256K RAM=32K