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

ADS8686 channel 'A', 'B' not synchronized #28

Closed
lucask07 opened this issue Jul 29, 2022 · 1 comment
Closed

ADS8686 channel 'A', 'B' not synchronized #28

lucask07 opened this issue Jul 29, 2022 · 1 comment

Comments

@lucask07
Copy link
Owner

The ADS8686 channel 'A', 'B' are stored into the DDR at different 'cycle_cnts'. This was causing slight errors in impedance analyzer measurements until I shifted the channel 'A' results one cycle.

Instead in the FPGA code, we should store 'A', 'B' results at the same cycle count so that there is no need to synchronize in software. (Unfortunately, this will require edits to the function to read .h5 files data_to_names and will make old .h5 files incompatible with newer .h5 files).

@lucask07
Copy link
Owner Author

This is addressed and tested (fixed impedance analyzer issues) in the ads_sync branch.

@lucask07 lucask07 closed this as completed Aug 8, 2023
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

1 participant