I am going to connect two OMAPs via SPI. I would like to be able to transfer a large file over this SPI connection. I am wondering what kind of speedup options exist over sending 32 bits at a time. The file starts on one OMAP configured as master and is sent to the other which is configured as a slave. This arrangement appears to eliminate turbo mode if I understand it correctly since turbo mode is designed to make the master to receive faster, not send faster. What about the "force spim_csx mode"? This mode causes chip select to remain asserted between bus cycles but does this significantly reduce the time between transmission cycles? On a related note I don't see where in the TRM the time between word transmissions (normal mode or force spim_csx mode) is specified or controlled.