This commit is contained in:
2025-01-20 11:12:05 +08:00
parent a5c1c857a9
commit 39d800cb1b
5 changed files with 73 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
/* memory map */
MEMORY
{
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 16K
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 64K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 4K
}