aboutsummaryrefslogtreecommitdiffstats
path: root/support/ld/stm32/mem/sram_20k_flash_128k_robotis/mem-flash.inc
blob: 2c03ea9628781853a55f00895603dfb74290bd18 (plain)
1
2
3
4
5
MEMORY
{
  ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 17K
  rom (rx)  : ORIGIN = 0x08003000, LENGTH = 108K
}