aboutsummaryrefslogtreecommitdiffstats
path: root/sw/demo1/memory.x
blob: 71f245d14529da883e8d8c434234a91fc45cb92b (plain)
1
2
3
4
5
6
/* Linker script for the STM32F103C8T6 */
MEMORY
{
  FLASH : ORIGIN = 0x08000000, LENGTH = 64K
  RAM : ORIGIN = 0x20000000, LENGTH = 20K
}