~ruther/simple-clock

ref: 3f2d59f3bdd0ca569426cd9c9c2dd672852d77cb simple-clock/tests/full_checkup/memory.x -rw-r--r-- 139 bytes
3f2d59f3 — František Boháček feat(tests): add full checkup testing peripherals 1 year, 9 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