This commit is contained in:
2026-02-08 18:11:50 +02:00
commit cbfc8743f7
15 changed files with 1614 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
MEMORY
{
FLASH : ORIGIN = 0x00000000 + 156K, LENGTH = 1024K - 156K
RAM : ORIGIN = 0x20000000 + 31K, LENGTH = 256K - 31K
}