From 293fd9fea9bfd562dfff73c266b890889d69d20d Mon Sep 17 00:00:00 2001 From: anguoyoula <755708445@qq.com> Date: Tue, 12 Mar 2024 16:28:50 +0800 Subject: [PATCH] update heap size --- .../XiZi_IIoT/board/rzg2ul-m33/rzg_cfg/fsp_cfg/bsp/bsp_cfg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ubiquitous/XiZi_IIoT/board/rzg2ul-m33/rzg_cfg/fsp_cfg/bsp/bsp_cfg.h b/Ubiquitous/XiZi_IIoT/board/rzg2ul-m33/rzg_cfg/fsp_cfg/bsp/bsp_cfg.h index c4402b095..4bce26a49 100644 --- a/Ubiquitous/XiZi_IIoT/board/rzg2ul-m33/rzg_cfg/fsp_cfg/bsp/bsp_cfg.h +++ b/Ubiquitous/XiZi_IIoT/board/rzg2ul-m33/rzg_cfg/fsp_cfg/bsp/bsp_cfg.h @@ -17,8 +17,8 @@ #undef FSP_NOT_DEFINED #define BSP_CFG_MCU_VCC_MV (3300) #define BSP_CFG_S_STACK_MAIN_BYTES (0x200) -#define BSP_CFG_STACK_MAIN_BYTES (0x5000) -#define BSP_CFG_HEAP_BYTES (0xf000) +#define BSP_CFG_STACK_MAIN_BYTES (0x100000) +#define BSP_CFG_HEAP_BYTES (0x2800000) #define BSP_CFG_PARAM_CHECKING_ENABLE (0) #define BSP_CFG_ASSERT (0) #define BSP_CFG_ERROR_LOG (0)