Browse Source

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 <jepler@unpythonic.net>
pull/406/merge
Jeff Epler 10 years ago
committed by Piotr Esden-Tempski
parent
commit
ef97de242e
  1. 1
      ld/devices.data

1
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

Loading…
Cancel
Save