This commit is contained in:
2025-12-12 20:15:55 +01:00
commit 5caf329f47
7 changed files with 118 additions and 0 deletions

7
memory.x Normal file
View File

@@ -0,0 +1,7 @@
MEMORY
{
BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100
RAM : ORIGIN = 0x20000000, LENGTH = 264K
}