aboutsummaryrefslogtreecommitdiff
path: root/buildroot/share/PlatformIO/variants/MEEB_3DP/ld/mem-ram.inc
blob: 360beafe9df3378263fd9affb2fa93b7c92cfe72 (plain) (blame)
1
2
3
4
5
MEMORY
{
  ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 61K
  rom (rx)  : ORIGIN = 0x08005000, LENGTH = 0K
}