A320-homecockpit/Pedestal/PedestalConnectBox/firmware/memory.x
fly f45380aa3c Move Pedestal Box firmware into the Pedestal Box directory
Signed-off-by: fly <merspieler@alwaysdata.net>
2024-09-09 17:31:56 +02:00

7 lines
204 B
Text

/* Linker script for the STM32F103C8T6 */
MEMORY
{
/* We only use 63KiB so we have 1KiB free for calibration data */
FLASH : ORIGIN = 0x08000000, LENGTH = 63K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}