stm32f1xx-hal 0.3.0

HAL for the STM32F1xx family of microcontrollers
Documentation
/* Linker script for the STM32F103C8T6 */
MEMORY
{
  FLASH : ORIGIN = 0x08000000, LENGTH = 64K
  RAM : ORIGIN = 0x20000000, LENGTH = 20K
}