-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It would seem that the stock XTAL (with current code implementation) is not meeting the timing accuracy required - less than 1frame drift in 8hours.
Fortunately we can replace the XTAL with a more accurate TCXO module. I have 2 candidate parts:
- 12.0MHz - https://www.digikey.ca/en/products/detail/ilsi/i538-2o7-12-000-mhz/13682056
- 12.8MHz - https://www.digikey.ca/en/products/detail/txc-corporation/7N-12-800MBP-T/5222401
The 2nd is more accurate/precise, but with a slightly different frequency it might mean more work. The Pico's SDK has a override for building at different frequencies, so a custom build of microPython is likely needed. The boot-rom also expects 12.0MHz, so using this part might mean that USB is not functional - and 'we' might have to rely on the SWD interface to program the board.
Metadata
Metadata
Assignees
Labels
No labels
