Disable XOSC in favor of clock IC #11174
-
Hi! I'm a newbie in both software and hardware design and I'm doing an RP2040 board. To avoid messing up load capacitors in XOSC circuit, I'm thinking of using a CMOS clock IC. RP2040 datasheet says:
But now I don't know how to achieve that. So, is it possible to build micropython with this setting? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
The RP2040 datasheet has a detailed discussion of how to pick the capacitors. Or you could use their reference design parts. If your oscillator is slow to start, you can use |
Beta Was this translation helpful? Give feedback.
-
Interesting and informative though these responses are, they don't actually answer the question asked by @regicidalplutophage. As I read the OP he wants to use an oscillator chip rather than a crystal and wants to know how to disable the RP2 XO from MicroPython. Even if there is a register write that does this, I dout it could be issued quickly enough. Has anyone looked into this? |
Beta Was this translation helpful? Give feedback.
-
The RP2 datasheet states:
This seems pretty clear. No need for special settings, and leave the |
Beta Was this translation helpful? Give feedback.
The RP2 datasheet states:
This seems pretty clear. No need for special settings, and leave the
XOUT
pin open.