pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Missed the 0.80V

Open hndrbrm opened this issue 10 months ago • 2 comments

https://github.com/raspberrypi/pico-sdk/blob/6a7db34ff63345a7badec79ebea3aaef1712f374/src/rp2_common/hardware_vreg/include/hardware/vreg.h#L26

I want to set the voltage to 0.80V but realize its not in there.

The datasheet says (Table 189. VREG Register): 0000 to 0101 - 0.80V Screen Shot 2023-09-02 at 17 01 05

hndrbrm avatar Sep 02 '23 09:09 hndrbrm

Yup, that's also what the comments in https://github.com/raspberrypi/pico-sdk/blob/develop/src/rp2040/hardware_regs/include/hardware/regs/vreg_and_chip_reset.h say. I guess this also means that the VREG_VOLTAGE_MIN in https://github.com/raspberrypi/pico-sdk/blob/develop/src/rp2_common/hardware_vreg/include/hardware/vreg.h needs updating too.

lurch avatar Sep 02 '23 10:09 lurch

You might not go anywhere with 0.80V anyway - probably won't boot.

matsobdev avatar Sep 03 '23 17:09 matsobdev