aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f411_rtc_interrupt/memory.x
blob: f77e9f2c758d5729b4745f27a1d26762cdebde0e (plain) (blame)
1
2
3
4
5
6
MEMORY
{
  /* NOTE 1 K = 1 KiBi = 1024 bytes */
  FLASH : ORIGIN = 0x08000000, LENGTH = 512K
  RAM : ORIGIN = 0x20000000, LENGTH = 96K
}