You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On cc1352r1_launchxl, the system fails to enter soft_off state (what used to be known as deep sleep 1):
*** Booting Zephyr OS build v2.5.0-rc1-106-g2712d74cdcbf ***
cc1352r1_launchxl system off demo
Busy-wait 5 s
Sleep 2000 us (IDLE)
Sleep 3 s (STANDBY)
Entering system off (SHUTDOWN); press BUTTON1 to restart
ERROR: System off failed
To Reproduce
Steps to reproduce the behavior:
cd samples/boards/ti/cc13x2_cc26x2/system_off
west build -b cc1352r1_launchxl
west flash
See error
Expected behavior
The system should enter soft_off state.
Impact
Cannot enter soft_off power state to save power when desired.
Environment (please complete the following information):
The soft off power state should be supported as it is closest to what
used to be deep sleep state 1, which corresponds to the device off
state supported by hardware.
Fixeszephyrproject-rtos#31727.
Signed-off-by: Vincent Wan <[email protected]>
vanti
added a commit
to vanti/zephyr
that referenced
this issue
Jan 28, 2021
In the last step of the example, the system should go into soft off
state in order to match the original intent in the example to go
into the hardware's SHUTDOWN mode.
Fixeszephyrproject-rtos#31727
Signed-off-by: Vincent Wan <[email protected]>
In the last step of the example, the system should go into soft off
state in order to match the original intent in the example to go
into the hardware's SHUTDOWN mode.
Fixes#31727
Signed-off-by: Vincent Wan <[email protected]>
Describe the bug
On cc1352r1_launchxl, the system fails to enter soft_off state (what used to be known as deep sleep 1):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The system should enter soft_off state.
Impact
Cannot enter soft_off power state to save power when desired.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: