Electronic – SPI and framed SPI

picspi

What is the difference between SPI and framed SPI?

Best Answer

Here are the details of how normal SPI and framed SPI are implemented on a PIC32.

"In Normal mode operation, the SPI Master controls the generation of the serial clock. The number of output clock pulses corresponds to the transfer data width: 8, 16, or 32 bits."

"In Framed mode operation, the Frame Master controls the generation of the frame synchronization pulse. The SPI clock is still generated by the SPI Master and is continuously running."