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

Possible to use precision ADC in FPGA without passing by OS #592

Open
kth7316 opened this issue Mar 12, 2024 · 1 comment
Open

Possible to use precision ADC in FPGA without passing by OS #592

kth7316 opened this issue Mar 12, 2024 · 1 comment

Comments

@kth7316
Copy link

kth7316 commented Mar 12, 2024

Hello,
Is it possible on Alpha250 to use precision ADCs without passing by the C++ and directly with the FPGA ?
I try to find some examples but without success. And the way you do it in the C++ precision adc driver doesn't help me a lot ...
Thanks again

@tvanderbruggen
Copy link
Member

Hi,

The precision ADC SPI bus is connected to the FPGA (PL IOs bank 34), see user guide for details.

In the base design it is then connected to the Cadence SPI controller in the PS, but you can connect it to your how SPI controller in the FPGA.

You can for example connect it to both the cadence hard core using the C++ driver for configuration and only read the data packets on the FPGA using a simpler core ...

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

2 participants