aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/memory.x
blob: f21e32572e0445cc842969b2e86c0e8f2a5c11d3 (plain)
1
2
3
4
5
6
7
MEMORY
{
  /* NOTE 1 K = 1 KiBi = 1024 bytes */
  /* These values correspond to the STM32F429ZI */
  FLASH : ORIGIN = 0x08000000, LENGTH = 2048K
  RAM : ORIGIN = 0x20000000, LENGTH = 192K
}