https://github.com/bschwind/rp2040-clock-calculator
https://github.com/bschwind/rp2040-clock-calculator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bschwind/rp2040-clock-calculator
- Owner: bschwind
- Created: 2023-10-01T08:52:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T02:49:48.000Z (over 1 year ago)
- Last Synced: 2026-01-26T22:11:06.359Z (5 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RP2040 Clock Calculator
Adjust the constants in `src/main.rs`, run with `cargo run`, and receive PLL (Phase-Locked-Loop) parameters to use when configuring the clocks on the RP2040.
Mainly used when selecting a specific PIO frequency for precise timing. This will try to give you exact integer dividers before exploring the fractional ones.