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
In the PicoADK Firmware (PicoSDK based) we are overclocking the RP2040 to 402MHz successfully.
It would be great to see this in the Arduino-Pico package. So far only 1-2 chips out of >100 did not work properly.
This might require to set flash clock divider to 4. Not sure how this can be achieved with the Arduino-Pico core.
This is the way I am doing it using the PicoSDK.
In the PicoADK Firmware (PicoSDK based) we are overclocking the RP2040 to 402MHz successfully.
It would be great to see this in the Arduino-Pico package. So far only 1-2 chips out of >100 did not work properly.
https://github.com/DatanoiseTV/PicoADK-Firmware-Template/blob/main/src/picoadk_hw.cpp#L7
The overvoltage should be adjusted according to this chart:
Also see: https://forums.raspberrypi.com/viewtopic.php?t=301902&start=50
This might require to set flash clock divider to 4. Not sure how this can be achieved with the Arduino-Pico core.
This is the way I am doing it using the PicoSDK.
The text was updated successfully, but these errors were encountered: