Fix memory size in link.ld

This commit is contained in:
2025-12-21 20:04:06 +01:00
parent a2d4dec417
commit 5b2d6a1af0

View File

@@ -1,7 +1,7 @@
ENTRY(_start)
MEMORY {
RAM (rwx) : ORIGIN = 0x80000000, LENGTH = 1M
RAM (rwx) : ORIGIN = 0x80000000, LENGTH = 16M
}
SECTIONS {