Closed
Description
The Pico documentation suggests it cannot handle an external clock on a GPIO that is faster than 50 MHz. I'm not sure if that's because the chip can't handle a faster input, or if the timing is just likely to be dodgy (because the traces or whatever can't handle that speed) or because they just expected anyone who wanted to drive it with an external source at that frequency would design their own board and replace the crystal oscillator with the external signal (which we really want to avoid!) so they could use the PLL to achieve the higher frequencies.
Would be interesting to test and see! For now the readme will warn users that it should be 50MHz or less when externally referencing!