Forum Discussion
Cyclone IV E implementing SPI
- 3 years ago
Hi,
Regarding the Pin Out, for your device is:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/dp/cyclone-iv/ep4ce10.pdf
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/dp/cyclone-iv
We do not have any example on SPI for Cyclone IV.
Maybe you could check these out, see if it helps:
https://forum.digikey.com/t/spi-3-wire-master-vhdl/12743
Hi,
We apologies for the lack of documentation from our side.
I hope the pervious links may help you in your design work.
I find that adding extra guard time between transmission of data enables successful register write. For 100m clock rate, 40 cycles are enough. Also, pin voltage must be set to 3.3V LVTTL. The repository I mentioned can successfully write individual 24-bits data and by adding guard time can write data bytes continuously.