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