Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RP2040] Clock Reconfiguration #3825

Open
kleinai opened this issue Jan 30, 2025 · 0 comments
Open

[RP2040] Clock Reconfiguration #3825

kleinai opened this issue Jan 30, 2025 · 0 comments

Comments

@kleinai
Copy link

kleinai commented Jan 30, 2025

I'm working on an RP2040 project where I need to reconfigure the clock after doing some start up tasks. I have an I2C clock chip which needs to be programmed prior to switching over the clock source.

I don't need any fancy features like updating PWM during the switch or anything dynamic. I need the clock chip as a USB reference which I'll initialize after the switch. Also the ring osc. is unsuitable for UART as I've found out.

Is there any easy way to support this? Any simple workaround?
I probably could program the clock chip but I don't want to waste the one-time programmable ROM and this leaves more options in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant