Skip to content

Commit

Permalink
disable spread spectrum
Browse files Browse the repository at this point in the history
  • Loading branch information
paulh002 committed May 8, 2023
1 parent 129dd52 commit 2e086cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions si5351.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ void Si5351::reset(void)
si5351_write(22, 0x0c);
si5351_write(23, 0x0c);

// set spread spectrum feature is disabled
si5351_write(SI5351_SSC_PARAM0, 0);

// Set PLLA and PLLB to 800 MHz for automatic tuning
set_pll(SI5351_PLL_FIXED, SI5351_PLLA);
set_pll(SI5351_PLL_FIXED, SI5351_PLLB);
Expand Down

0 comments on commit 2e086cd

Please sign in to comment.