You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix shift register issue caused by filter_ready_n timing
The filter_ready_n signal stays HIGH for 2.5 adc_clk_div periods,
which causes the shift register to capture either 2 or 3 HIGH periods.
The solution is to activate the filter_ready signal at the fall edge
of the filter_ready_n and deactivate it after the first data valid.
Signed-off-by: PopPaul2021 <paul.pop@analog.com>
0 commit comments