Posted on May 17, 2011 at 13:05The previous posts helped a little. I tried 8 bit data format and got buffer overruns. I am assuming that it is because the data is only shifted out of the registers on a CS state change. Since the CS only happens on t...
Posted on May 17, 2011 at 13:05My Cortex M3 will be the SPI slave. The master is sending data across the SPI bus using 24 bit format instead of 8 or 16 bits. Do I configure my slave to be 8 bit and read it at 8 bits at a time. Do I need to worried a...