Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThe DE0-nano will work fine with this ADC.
Your attempts to use the NIOS II to process the data in real-time might be futile however. If you only need to process pulse data, then you should write some HDL to "trigger", eg., then the input is above some thresholds, write a snapshot of the data to RAM, and then process that snapshot with the NIOS II. If you have to process the data continuously, then you will need to write some HDL to do that. Go and read about the SignalTap II logic analyzer. Capture a trace of samples from the ADC using the logic analyzer. Then think a little more about what you need to do. There are SignalTap II logic analyzer trace examples for the DE0-nano here ... https://www.ovro.caltech.edu/~dwh/correlator/pdf/esc-104paper_hawkins.pdf Cheers, Dave