This commit is contained in:
2023-10-10 22:58:41 +09:00
commit 49b27a674e
11 changed files with 1187 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
/* Linker script for the STM32F103C6T6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 32K
RAM : ORIGIN = 0x20000000, LENGTH = 10K
}