A320-homecockpit/Pedestal/firmware/memory.x
fly 10ae7bf917 Initial commit
Signed-off-by: fly <merspieler@alwaysdata.com>
2024-04-15 01:15:09 +02:00

6 lines
139 B
Text

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