aboutsummaryrefslogtreecommitdiffstats
path: root/sw/deps/hd44780-driver/examples/metro_m0/memory.x
blob: 859903b419f11bfd3ecc7377e69039e8f84192fc (plain)
1
2
3
4
5
6
7
8
MEMORY
{
  /* Leave 8k for the default bootloader on the Metro M0 */
  FLASH (rx) : ORIGIN = 0x00000000 + 8K, LENGTH = 256K - 8K
  RAM (xrw)  : ORIGIN = 0x20000000, LENGTH = 32K
}
_stack_start = ORIGIN(RAM) + LENGTH(RAM);