Syrostan-MCU/memory.x

7 lines
140 B
Plaintext
Raw Permalink Normal View History

2021-07-23 17:31:28 +08:00
/* Linker script for the STM32F103VCT6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 48K
}