完善不支持mpu的处理器支持,更加省内存

This commit is contained in:
zhangzheng
2024-01-28 14:57:12 +08:00
parent e3aecf4506
commit 931bb451b9
15 changed files with 92 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ ENTRY(Reset_Handler)
MEMORY
{
RAM (arw) : ORIGIN = 0x20000000, LENGTH = 0x10000
FLASH (arx) : ORIGIN = 0x00000000 + 0x2000, LENGTH = 0x10000 - 0x2000
FLASH (arx) : ORIGIN = 0x8000000 + 0x2000, LENGTH = 0x10000 - 0x2000
}
SECTIONS
{