Serial Peripheral Interface: Difference between revisions

Content deleted Content added
Operation: hyperlink first instance of this term
Clock polarity and phase: Change "is outputted" to "is output"
Line 85:
* CPHA represents the [[Phase (waves)|phase]] of each data bit's transmission cycle relative to SCLK.
** For CPHA=0:
*** The first data bit is outputtedoutput ''immediately'' when {{Overline|CS}} activates.
*** Subsequent bits are outputtedoutput when SCLK transitions ''to'' its idle voltage level.
*** Sampling occurs when SCLK transitions ''from'' its idle voltage level.
** For CPHA=1:
*** The first data bit is outputtedoutput on SCLK's first clock edge ''after'' {{Overline|CS}} activates.
*** Subsequent bits are outputtedoutput when SCLK transitions ''from'' its idle voltage level.
*** Sampling occurs when SCLK transitions ''to'' its idle voltage level.
** Conversion between these two phases is non-trivial.