cancel
Showing results for 
Search instead for 
Did you mean: 

SPI Slave mode

ngaylard2
Associate II
Posted on March 15, 2010 at 16:09

SPI Slave mode

1 REPLY 1
Posted on May 17, 2011 at 13:43

If the data is repeating, you aren't servicing it quick enough.

In slave mode you aren't in control of the clock that is demanding data, and it's going to be highly intolerant of any latency.

You must service any requests very quickly, and need to use DMA to provide the data to the bus.

Devices running at 8mbps are dumb state machines, implemented in hardware, with latencies measured in nanoseconds.

-Clive
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..