SPI baudrate
Ken267
Posts: 4
I just started with SPI and im confused as to how fast SPI can transfer data. If the propeller chip is running at 80MHz, will the baud rate be 80Mbps? In the SPI engine it said at 80 MHz the baud rate is 2.5M. What is the max SPI transfer speed?
Comments
Hippy,
That's a great idea for blind SPI transmission. Receiving is tougher (and slower), particularly if your device has some address / status / command bits thrown in or you have to do the simultaneous transmit/receive thing that many devices support.
Post Edited (Mike Green) : 10/28/2007 1:27:22 AM GMT