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

Add suspend to RAM support for nRF54H20 #73095

Merged
merged 3 commits into from
Sep 6, 2024

Conversation

adamkondraciuk
Copy link
Contributor

@adamkondraciuk adamkondraciuk commented May 21, 2024

This PR introduces the suspend to ram feature for nRF54H20 targets.

gmarull
gmarull previously approved these changes Aug 22, 2024
kl-cruz
kl-cruz previously approved these changes Aug 27, 2024
soc/nordic/nrf54h/CMakeLists.txt Outdated Show resolved Hide resolved
Add functions for local domain suspend to RAM. Add matching resume
procedure. Add pm_s2ram function for determining source of reset.
Add preserving NVIC and MPU state in retained RAM when CPU is powered off
during S2RAM procedure.

Signed-off-by: Adam Kondraciuk <[email protected]>
Currently function `z_nrf_grtc_wakeup_prepare()` should be available
only for the GRTC manager (`CONFIG_NRF_GRTC_START_SYSCOUNTER` is active).

Signed-off-by: Adam Kondraciuk <[email protected]>
Fix typo in `PM_S2RAM_CUSTOM_MARKING` description.

Signed-off-by: Adam Kondraciuk <[email protected]>
@nashif nashif merged commit be523ad into zephyrproject-rtos:main Sep 6, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants