cheapsdo2.0/memory.x

8 lines
185 B
Plaintext
Raw Normal View History

2021-11-14 00:34:21 +01:00
/* Linker script for the STM32F103C8T6 */
2020-08-23 15:13:57 +02:00
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 63K
NVSTATE : ORIGIN = FLASH + 63K, LENGTH = 1K
2021-11-14 00:34:21 +01:00
RAM : ORIGIN = 0x20000000, LENGTH = 20K
2020-08-23 15:13:57 +02:00
}