Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIncreasing SPI Clock Speed via Software
Hi, the SPI core I integrated in my SoPC is set to 400kHz. Now I would like to increase the speed up to 20 MHz. I had to set the clock speed to 400kHz because SD-Cards only support clock speed ...
Altera_Forum
Honored Contributor
12 years agoAFAIK the clock speed in the SPI device is fixed at generation time and can't be changed. You can either make your own SPI master hardware component, or generate two SPI masters with different clock frequencies and connect them to muxes so that you can choose which one to use at run time.