Open
Description
I wonder how this can be right:
pico-sdk/src/rp2_common/hardware_powman/powman.c
Lines 100 to 111 in 550aa09
According to the RP2350 datasheet:
... ext_time_ref does not directly take the GPIO number (12, 20, 14, 22), but is an enum (0 ... 3). However, the function above writes the GPIO number directly into the register.