~ruther/simple-clock

ref: d9c5680c8b4c53374089a228d6f41d9b86b96665 simple-clock/memory.x -rw-r--r-- 140 bytes
d9c5680c — František Boháček feat(src): add app state with calendar 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
}