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

something maybe wrong with freq #2

Open
Jostarsama opened this issue Jun 26, 2024 · 0 comments
Open

something maybe wrong with freq #2

Jostarsama opened this issue Jun 26, 2024 · 0 comments

Comments

@Jostarsama
Copy link

I think you can change it
uint32_t freq_reg = (float)freq * (float)((1 << 28) / FMCLK); // Tuning word
to
uint32_t freq_reg = ((((float)freq * (1 << 28)) / FMCLK) + 0.5); // Tuning word
It is more accurate.

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