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

SI5351 with 25 MHz Xtal #2

Open
sp2ong opened this issue Nov 26, 2018 · 1 comment
Open

SI5351 with 25 MHz Xtal #2

sp2ong opened this issue Nov 26, 2018 · 1 comment

Comments

@sp2ong
Copy link

sp2ong commented Nov 26, 2018

Hi Alex,

Because I have use SI5351 https://learn.adafruit.com/adafruit-si5351-clock-generator-breakout/overview with 25 MHz Xtal I found in your source definition of XTAL in si5351-beacon/src/utils/jt_band_params.cpp #define XTAL_FREQUENCY_IN_KHZ (27000)
after correct this value to 25000. But found other file si5351-beacon/src/si5351/radio/register_map.h and I am not sure that I need have other values for 25 Mhz Xtal SI5351 ???

@alexander-sholohov
Copy link
Owner

Hello,
None of them defines output frequency. Only XTAL (Hz) parameter from online configurator defines it actually. link to online configurator.
Parameter in jt_band_params.cpp (XTAL_FREQUENCY_IN_KHZ ) - is using in band reconstruction algorithm. It selects proper LPF from given parameters. It is not very critical.
register_map.h - autogenerated file from Silabs software. It is possible to configure all three outputs of si5351 to produce some frequencies from the beginning . It is not critical at all. I've never tried that.

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

2 participants