Skip to content

Test if it can handle external clock rates greater than 50MHz #6

Closed
@philipstarkey

Description

@philipstarkey

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions