2019-02-04 08:34 AM
Is it possible to configure the USART as SPI master, with SPI slave having 16 bit data frames (AD5592R) ?
2019-02-04 03:59 PM
> 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