~ruther/simple-clock

ref: 9a82d5eec0c6de36140bb72311230a4a12d7a9ae simple-clock/source/memory.x -rw-r--r-- 140 bytes
9a82d5ee — František Boháček chore(src): move source to source/ folder 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
}