This commit is contained in:
2026-02-11 23:12:53 +02:00
parent cc9d55f160
commit 99b36997ba
2 changed files with 170 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
MEMORY
{
FLASH : ORIGIN = 0x00000000 + 156K, LENGTH = 1024K - 156K
RAM : ORIGIN = 0x20000000 + 31K, LENGTH = 256K - 31K
RAM : ORIGIN = 0x20007b08, LENGTH = 256K - 31496
}