Sending ADC data from Nucleo-F401RE to Basys 3 FPGA using SPI.
I would like to use the Single Channel (ADC1) of Nucleo-F401RE with DMA .i.e store the ADC values in a buffer and transmit them to FPGA using SPI Protocol. I'm afraid the nucleo is sending erratic data to FPGA. Also I'm unable to find what is the vol...