Skip to content
Snippets Groups Projects
Commit 05a0472d authored by Grzegorz Daniluk's avatar Grzegorz Daniluk
Browse files

softpll: increase samples threshold for locking external 10MHz

parent 0dd65d57
No related merge requests found
...@@ -28,7 +28,7 @@ void external_init(volatile struct spll_external_state *s, int ext_ref, ...@@ -28,7 +28,7 @@ void external_init(volatile struct spll_external_state *s, int ext_ref,
s->pi.bias = 32768; s->pi.bias = 32768;
/* Phase branch lock detection */ /* Phase branch lock detection */
s->ld.threshold = 250; s->ld.threshold = 1000;
s->ld.lock_samples = 10000; s->ld.lock_samples = 10000;
s->ld.delock_samples = 9990; s->ld.delock_samples = 9990;
s->ref_src = ext_ref; s->ref_src = ext_ref;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment