mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
wait for lock on Si5351C
This commit is contained in:
parent
aeaf9340d3
commit
a4b1978098
4 changed files with 20 additions and 4 deletions
|
|
@ -133,7 +133,9 @@ bool HW::Init() {
|
|||
// PLL reset appears to realign phases of clock signals
|
||||
Si5351.ResetPLL(Si5351C::PLL::B);
|
||||
|
||||
LOG_DEBUG("Si5351 locked");
|
||||
if(Si5351.WaitForLock(Si5351C::PLL::B, 10)) {
|
||||
LOG_DEBUG("Si5351 locked");
|
||||
}
|
||||
|
||||
// FPGA clock is now present, can initialize
|
||||
if (!FPGA::Init(HaltedCallback)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue