From 277626b66f37a909ccca2959b47cbfc1de59044c Mon Sep 17 00:00:00 2001 From: mrzhang <1669697764@qq.com> Date: Thu, 3 Nov 2022 00:49:45 -0700 Subject: [PATCH] fix: Fix chipsa code compilation problem Signed-off-by: mrzhang <1669697764@qq.com> --- cst85/liteos_m/sdk/bsp/out/cst85f01/cst85f01_dsoftbus.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cst85/liteos_m/sdk/bsp/out/cst85f01/cst85f01_dsoftbus.ld b/cst85/liteos_m/sdk/bsp/out/cst85f01/cst85f01_dsoftbus.ld index 0378e2f..5101509 100755 --- a/cst85/liteos_m/sdk/bsp/out/cst85f01/cst85f01_dsoftbus.ld +++ b/cst85/liteos_m/sdk/bsp/out/cst85f01/cst85f01_dsoftbus.ld @@ -3,7 +3,7 @@ /* Linker script to configure memory regions. */ MEMORY { - IRAM (rwx) : ORIGIN = 0x08000000, LENGTH = 1500K + IRAM (rwx) : ORIGIN = 0x08000000, LENGTH = 1650K DRAM (rwx) : ORIGIN = 0x00100000, LENGTH = 384K LPIRAM (rwx) : ORIGIN = 0x001A0000, LENGTH = 0x100 ipc_shared_memory (!rx) : ORIGIN = 0x00190000, len = 2K -- Gitee