This commit is contained in:
刘可亮
2024-06-28 17:34:51 +08:00
parent 45f7853f7d
commit d2ad584632
13 changed files with 3436 additions and 1 deletions

View File

@@ -64,7 +64,7 @@
MEMORY
{
/* The last 256KB for bootloader */
SRAM_SW : ORIGIN = 0x30100100, LENGTH = 0x40000
SRAM_SW : ORIGIN = (0x30040100 + (AIC_SRAM_TOTAL_SIZE - AIC_BOOTLOADER_RESERVE_SIZE)), LENGTH = AIC_BOOTLOADER_RESERVE_SIZE
PSRAM : ORIGIN = 0x40000000, LENGTH = AIC_PSRAM_SIZE
}