Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5103

SDK • Re: Trying to figure out Dormant on RP2350

$
0
0
Ok, now I've dug myself deeper. :)
Thanks to the pointers above, I could easily extend the pico_sleep code so that the Pico2 would wake up on GPIO activity. I set up IRQs for 24 pins, and it would exit Dormant state for any of them. The problem was that the power consumption in dormant state was a bit high - around 3mA or so.

I switched to the powman approach and got between 0.65 and 0.85 mA of current in the power down stage which is MUCH better. The problem with this approach is that it seems I can only actively monitor 4 GPIOs at a time. The wakeup source is specified by an index instead of a bitfield.

Is there any way to get around this?

Statistics: Posted by kajoh — Wed Nov 06, 2024 8:37 am



Viewing all articles
Browse latest Browse all 5103

Trending Articles