From ef97de242e372efb2f40c39eb2f8a5c9a62c1af3 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 9 Dec 2014 14:01:20 -0600 Subject: [PATCH] stm32: f373: support the 373xc devices These devices have 32kiB RAM and 256kiB flash and are otherwise register compatible with the f373x8 and f373xc devices. Signed-off-by: Jeff Epler --- ld/devices.data | 1 + 1 file changed, 1 insertion(+) diff --git a/ld/devices.data b/ld/devices.data index 1ad1fab6..5ff8e278 100644 --- a/ld/devices.data +++ b/ld/devices.data @@ -116,6 +116,7 @@ stm32f303?b* stm32f3ccm ROM=128K RAM=40K CCM=8K stm32f3[01]3?c* stm32f3ccm ROM=256K RAM=48K CCM=8K stm32f373?8* stm32f3 ROM=64K RAM=16K stm32f373?b* stm32f3 ROM=128K RAM=24K +stm32f373?c* stm32f3 ROM=256K RAM=32K stm32f3[78]3?8* stm32f3 ROM=256K RAM=32K stm32f401?b* stm32f4 ROM=128K RAM=64K