~ruther/simple-clock

ref: e2a425e4f4e066a41d7926b2c2608e05b64e27bc simple-clock/tests/full_checkup/memory.x -rw-r--r-- 139 bytes
e2a425e4 — František Boháček feat(src): split main into multiple functions 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
}