Internal Oscillator #6707
Replies: 1 comment
-
Posted at 2016-05-18 by @gfwilliams The high speed internal, or low speed? You can do it with some But it doesn't specifically cover the oscillators. The problem you might find is that the internal oscillator isn't good enough for USB, so the second you move to it, USB will drop out. Out of interest, why do you want to do it? On newer builds (the ones from GitHub, or 1v86 when it comes out) can change the clock rate with If you were doing it for reduced power consumption, you might find setClock is good enough for what you want. Posted at 2016-05-19 by Mark3072 I was looking to port the code to a board with no external oscillator, I figured out the code changes and post them here if anyone else is interested:
and
Posted at 2016-05-20 by @gfwilliams As far as I know it should have worked as-is... Did it not? If the HSE doesn't start it drops back to HSI (in I guess the code for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-05-17 by Mark3072
Is there an easy way to switch to the internal oscillator on the pico board?
Beta Was this translation helpful? Give feedback.
All reactions