summaryrefslogtreecommitdiff
path: root/memory.x
blob: e20ff2b15b94b9dde3bf1c8e6de54b3aa6293164 (plain) (blame)
1
2
3
4
5
MEMORY
{
  FLASH : ORIGIN = 0x08000000, LENGTH = 128K
  RAM : ORIGIN = 0x20000000, LENGTH = 20K
}