fixed mem ALIGN bug

This commit is contained in:
不吃油炸鸡
2026-02-28 11:29:32 +08:00
committed by kingham
parent 4beb585fe6
commit fb866b90fd
4 changed files with 223 additions and 264 deletions

View File

@@ -62,7 +62,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K
FLASH (rx) : ORIGIN = 0x08010000, LENGTH = 448K
FLASH (rx) : ORIGIN = 0x8010000, LENGTH = 512K
}
/* Define output sections */