增加上电三色轮换与记忆策略

This commit is contained in:
2026-07-28 16:35:13 +08:00
parent 55a26d7b18
commit ee4b458933
9 changed files with 114 additions and 15 deletions
@@ -1,6 +1,6 @@
LOAD 0x1100E000
LOAD 0x11011000
{
EXE 0x1100E000
EXE 0x11011000
{
startup_xinc.o (RESET, +FIRST)
* (+RO)
@@ -20,7 +20,8 @@ LOAD 0x1100E000
*(ram_em)
}
ScatterAssert((0x530077b0)+ImageLength(RW2) < 0x53008000)
ScatterAssert(ImageLength(EXE) <= 0x10000)
/* User settings start at flash offset 0x1E000. */
ScatterAssert(ImageLength(EXE) <= 0xD000)
}