hello-gm6020/memory.x

7 lines
139 B
Plaintext
Raw Normal View History

2023-10-10 13:58:41 +00:00
/* Linker script for the STM32F103C6T6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 32K
RAM : ORIGIN = 0x20000000, LENGTH = 10K
}