~ruther/simple-clock

ref: d6c87cb811c8551e769a19bc6e921ed6ff55c8dc simple-clock/tests/counter/memory.x -rw-r--r-- 139 bytes
d6c87cb8 — František Boháček feat(src): replace DisplayView with hide, show on clock parts 1 year, 8 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