~ruther/simple-clock

ref: 2960f7a05ffe247364fe4605d630298fa57117be simple-clock/tests/counter/memory.x -rw-r--r-- 139 bytes
2960f7a0 — František Boháček feat(src): add clock edit mode 2 years ago
                                                                                
1
2
3
4
5
6
/* Linker script for the STM32F103C8T6 */
MEMORY
{
  FLASH : ORIGIN = 0x08000000, LENGTH = 64K
  RAM : ORIGIN = 0x20000000, LENGTH = 20K
}