aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/stm32/mem/sram_64k_flash_512k/mem-ram.inc
blob: 360beafe9df3378263fd9affb2fa93b7c92cfe72 (plain)
1
2
3
4
5
MEMORY
{
  ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 61K
  rom (rx)  : ORIGIN = 0x08005000, LENGTH = 0K
}