Skip to content

Commit

Permalink
[SiWx917][Sleepy] Increase the ram retention from 256k to 320k (#169)
Browse files Browse the repository at this point in the history
increase the ram retention from 256k to 320k
  • Loading branch information
chirag-silabs committed Jan 11, 2024
1 parent 766bc4b commit 70800e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matter/si91x/siwx917/BRD4338A/support/src/sl_si91x_m4_ps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 70800e2

Please sign in to comment.