mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
fixed mem ALIGN bug
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user