1
0
Fork 0
112VU/firmware/memory.x
fly 3c52c3e952 Initial firmware commit
Signed-off-by: fly <merspieler@alwaysdata.com>
2024-02-11 20:20:39 +01:00

6 lines
139 B
Text

/* Linker script for the STM32F103C8T6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}