aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g030f6_periodic_prints/memory.x
blob: 3f89120c60f7adeb0597977c8d0430e0080f8816 (plain)
1
2
3
4
5
6
/* Linker script for the STM32G030F6 */
MEMORY
{
  FLASH : ORIGIN = 0x08000000, LENGTH = 32K
  RAM : ORIGIN = 0x20000000, LENGTH = 8K
}