aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/stm32/mem/sram_192k_flash_1024k/mem-jtag.inc
blob: 074e3156cc4271c03602e58ea2e161704684184d (plain)
1
2
3
4
5
MEMORY
{
  ram (rwx) : ORIGIN = 0x20000000, LENGTH = 192K
  rom (rx)  : ORIGIN = 0x08000000, LENGTH = 1024K
}