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