How to PM change pm_state #47850
Replies: 5 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
I don't use system power states myself, but a brief description of what you expect to happen and what is actually happening would be helpful to answer this question. |
Beta Was this translation helpful? Give feedback.
-
I also had the same problem. Have you solved it yet? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I suggest you open a Nordic Devzone question instead, since you are using NCS. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use nrf5340
nrf sdk = 2.0
zepher = lasted
I have a problem with state changes
i use this function pm_state_force() but it doesn't give the expected result, what am i doing wrong?
example:
pm_state_force(0u, &(struct pm_state_info){PM_STATE_SUSPEND_TO_RAM, 1, 0}); // or another pm_states, work only with PM_STATE_SOFT_OFF
Beta Was this translation helpful? Give feedback.
All reactions