I am attempting to use the UART peripheral with a UART device which communicates via 1 start, 7 data, 1 even parity and 1 stop bits.
Is there any? way to configure or fake the UART peripheral to shift 7 bits of data per transaction?
It doesn't appear that there is. It looks like the peripheral is going to shift out a byte of data at a time....
Kind Regards.