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