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