~ruther/simple-clock

ref: 0545adc9375b4f610f87eb1519b17e90e06f5adf simple-clock/tests/full_checkup/memory.x -rw-r--r-- 139 bytes
0545adc9 — František Boháček feat(hw): add KiCAD project, schema and pcb 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