Forum Discussion
Altera_Forum
Honored Contributor
11 years agoUsually you wouldnt use the SPI_SCLK as a clock, you use it as another signal and synchronise it into your system clock domain (running many times faster). This way you avoid any timing issues. And using SPI_CS as a clock is a very bad idea.