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