summaryrefslogtreecommitdiff
path: root/firmware/memory.x
blob: 5153cb7bac6be58369506bed68496634f3c77686 (plain)
1
2
3
4
5
6
/* Linker script for the STM32F103C8T6 */
MEMORY
{
  FLASH : ORIGIN = 0x08000000, LENGTH = 128K
  RAM : ORIGIN = 0x20000000, LENGTH = 16K
}