memory.x 139 B

123456
  1. /* Linker script for the STM32F103C8T6 */
  2. MEMORY
  3. {
  4. FLASH : ORIGIN = 0x08000000, LENGTH = 64K
  5. RAM : ORIGIN = 0x20000000, LENGTH = 20K
  6. }