cancel
Showing results for 
Search instead for 
Did you mean: 

USART in SPI mode

EE_CV
Associate II

Is it possible to configure the USART as SPI master, with SPI slave having 16 bit data frames (AD5592R) ?

10 REPLIES 10

> Would the USART insert a stop and start bit between each 8 bits in that mode?

Internally it times the stop/start bit, but won't issue clocks for them, so this demonstrates itself as a gap in the clock, as I wrote in the post I linked above.

> If so wouldn't that mess up the slave?

No, except if the slave requires continuous (strictly regular) clock.

JW