hpgl_xy/stm32f103t8u6-bootloader/ld/stm32f103t8u6_flash.ld
2021-04-04 20:33:45 +02:00

7 lines
No EOL
168 B
Text

MEMORY
{
flash (rx) : ORIGIN = 0x08000000, LENGTH = 64K
sram (xrw) : ORIGIN = 0x20000000, LENGTH = 20K
}
INCLUDE ld/common.ld