Forum Discussion
Tex
Occasional Contributor
2 years agoSPI in VHDL with ADC
Greetings, I would like to learn SPI communication with FPGA using VHDL, could anyone please suggest me any tutorials or codes to learn SPI with FPGA i'm gonna use my altera max 10 and a 24 bit ad...
- 2 years ago
Hi Tex,
Another related design example (verilog) https://www.intel.com/content/www/us/en/design-example/715016/max-10-serial-peripheral-interface-master-an-485.html with document link https://www.intel.com/content/www/us/en/docs/programmable/683277/current/serial-peripheral-interface-master-in.html
These are the designs so far can be found. Other than that, will be mostly using embedded system.
FvM
Super Contributor
2 years agoHi,
also look here:
Overview :: spi master receiver for ADC (AD747x) :: OpenCores
- Tex2 years ago
Occasional Contributor
Thank you guys