Replies: 1 comment
-
In arduino-pico/cores/rp2040/main.cpp Lines 56 to 59 in 47a4d9f You'd probably want to substitute the set_sys_clock call with whatever magic is needed to make the HW use the ROSC. You can use the If you get it working, then we can add a menu option to the over/underclocking to enable it. Good luck! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I' like to discuss if it is possible to add an option to configure the RP2040 to run on the internal ROSC.
The ROSC has some advantages that can be usefull (like low power).
At least for the generic board it would be great, but also for the other boards it would be cool, because then you can test this feature with a standard board...
So what do you think?
Maybe you can also give me a hint where I can find XOSC configuration in the core, so I can try around a little myself..
Beta Was this translation helpful? Give feedback.
All reactions