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