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