Forum Discussion
olcay
New Contributor
1 year agoVerilog code for ADC using DE1-SOC
Hello, My project is to convert an analog signal to digital, and I’m using the DE1-SoC ADC for this purpose. I’m trying to achieve this using the code from this video, but despite using the same cod...
FvM
Super Contributor
1 year agoHi,
LTC2308 doesn't run without operating CONVST pin. It's also necessary to select an input channel via SDI (din) command.
You can refer to adc_ltc2308.v demonstration code. Or write your own code based on LTC2308 datasheet.
Regards
Frank