Arduino_STM32/STM32F1/variants/generic_stm32f103r/ld/mem-flash.inc

6 lines
113 B
PHP
Raw Normal View History

MEMORY
{
ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 61K
rom (rx) : ORIGIN = 0x08005000, LENGTH = 492K
}