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