8000 Low power support for RP2350 · Issue #9491 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content

Low power support for RP2350 #9491

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

Open
tannewt opened this i 8000 ssue Aug 8, 2024 · 5 comments · May be fixed by #10023
Open

Low power support for RP2350 #9491

tannewt opened this issue Aug 8, 2024 · 5 comments · May be fixed by #10023
Assignees
Milestone

Comments

@tannewt
Copy link
Member
tannewt commented Aug 8, 2024

The SDK doesn't have an official API for it yet. So, we can wait or DIY it.

@tannewt tannewt added this to the 9.x.x milestone Aug 8, 2024
@tannewt
Copy link
Member Author
tannewt commented Sep 10, 2024

Reference code is linked to (and discussed) in this issue: raspberrypi/pico-examples#530

@matemaciek
Copy link
8000

Might be usefull: https://github.com/earlephilhower/arduino-pico/pull/2620/files

@dmcomm
Copy link
dmcomm commented May 7, 2025

I'm trying to run an RP2040 program that uses sleep_memory to pass data between resets and between boot.py and main program, but doesn't actually use any of the low-power features. Not sure if this is a common situation or not.

@bablokb
Copy link
bablokb commented May 20, 2025

@eightycc: since you self-assigned this, please have a look at my PR. It works fine on all of my systems. And in contrast to the discussion, it does not "change semantics" (except for a single academic border case which is not relevant for any practical real-life scenario).

It does change the documentation bringing it in line with reality. The docs currently claims things that the code does not stand up to and never will ("It does not shut down WiFi, BLE, or other communications, or ongoing a 9908 ctivities such as audio playback").

@eightycc
Copy link
Collaborator

Thank you, @bablokb! I'll be looking closely at your work on #9965 and #10023.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
0