改为2M flash

This commit is contained in:
2025-10-12 17:11:51 +08:00
parent 653d3cfcc9
commit cf08c6eab8
3 changed files with 7 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ MEMORY
{
RAM (xrw) : ORIGIN = 0x2000000C, LENGTH = 0x0002FFF4
CCMRAM (xrw) : ORIGIN = 0x10000000, LENGTH = 64K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 2048K
}
/* Define output sections */