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