From 70800e2f6d5fbc972d22387fd4969a92568b455b Mon Sep 17 00:00:00 2001 From: chirag-silabs <100861685+chirag-silabs@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:35:30 +0530 Subject: [PATCH] [SiWx917][Sleepy] Increase the ram retention from 256k to 320k (#169) increase the ram retention from 256k to 320k --- matter/si91x/siwx917/BRD4338A/support/src/sl_si91x_m4_ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matter/si91x/siwx917/BRD4338A/support/src/sl_si91x_m4_ps.c b/matter/si91x/siwx917/BRD4338A/support/src/sl_si91x_m4_ps.c index bfa2cc8375..9206fe7b93 100644 --- a/matter/si91x/siwx917/BRD4338A/support/src/sl_si91x_m4_ps.c +++ b/matter/si91x/siwx917/BRD4338A/support/src/sl_si91x_m4_ps.c @@ -315,7 +315,7 @@ void sl_si91x_m4_sleep_wakeup(void) { M4SS_P2P_INTR_SET_REG &= ~BIT(3); #endif /* Configure RAM Usage and Retention Size */ - sl_si91x_configure_ram_retention(WISEMCU_256KB_RAM_IN_USE, + sl_si91x_configure_ram_retention(WISEMCU_320KB_RAM_IN_USE, WISEMCU_RETAIN_DEFAULT_RAM_DURING_SLEEP); /* Trigger M4 Sleep*/ MCU_RET->NPSS_GPIO_CNTRL[0].NPSS_GPIO_CTRLS_b.NPSS_GPIO_OUT = 0;