What is the SPI's maximum transfer rate when not using high-speed pins?
I see on the data sheet that the max speed is 50MHz for SPI high speed, but what is the max when the GPIO used for the SPI are not high-speed capable?
Thanks,
-Wes
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
What is the SPI's maximum transfer rate when not using high-speed pins?
I see on the data sheet that the max speed is 50MHz for SPI high speed, but what is the max when the GPIO used for the SPI are not high-speed capable?
Thanks,
-Wes
This depends on the setup and hold timings and how they match the device you are connecting to. For example, you can see that in normal master mode the F2838x device requires 20ns setup time. If you run the SPICLK at 50MHz, that's a whole cycle! A more realistic case would be SPICLK = 25MHz, where half a cycle is 20ns, but this still depends on the output timing of the device driving SPISOMI.