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