~ruther/simple-clock

ref: 617aab43d7ee92e384842a6fedb0c5f12ce0256b simple-clock/memory.x -rw-r--r-- 140 bytes
617aab43 — František Boháček feat(src): add CountDown abstraction 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
/* Linker script for the STM32F103C8T6 */
MEMORY
{
  FLASH : ORIGIN = 0x08000000, LENGTH = 64K 
  RAM : ORIGIN = 0x20000000, LENGTH = 20K
}
Do not follow this link