~ruther/simple-clock

ref: 4a0e2e852af1034ad5f6e1becb2bab2a4643ff55 simple-clock/source/memory.x -rw-r--r-- 140 bytes
4a0e2e85 — František Boháček feat(src): add setter methods for Calendar 1 year, 10 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