Forum Discussion
TFern4
New Contributor
7 years agoNios II SPI Communication
Hi, I'm working on a project where I have to use the SPI Communication to interface the DE10 nano board (master) with an ADC (slave) to convert the anolog signal to a binary value. I checked and I s...
Abe
Frequent Contributor
7 years agoYou can create a basic NIOS2 - SPI system like the one shown and then export the SPI interface externally and connect it to the ADC board.
- TFern47 years ago
New Contributor
Do you know what is the commands to write/read using the SPI (3 Wire Serial) Core? Would be IOWR(SPI_BASE, ... ) and IORD(SPI_BASE, ... )? Thanks.