Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SiWx917] Removing the register set from trigger sleep #173

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions matter/si91x/siwx917/BRD4338A/support/src/sl_si91x_m4_ps.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,6 @@ void sl_si91x_m4_sleep_wakeup(void) {
RSI_WAKEUP_WITH_RETENTION_WO_ULPSS_RAM);
#else

#ifdef SLI_SI91X_MCU_COMMON_FLASH_MODE
M4SS_P2P_INTR_SET_REG &= ~BIT(3);
#endif
/* Configure RAM Usage and Retention Size */
sl_si91x_configure_ram_retention(WISEMCU_320KB_RAM_IN_USE,
WISEMCU_RETAIN_DEFAULT_RAM_DURING_SLEEP);
Expand Down
Loading