Can the uart echo example be set up in 9 bit mode?
At this time, I don't have a slave address to set up. Do I still need to use the UART9BitAddrSet
before UART9BitEnable? UART5_BASE is the master, the slave is a dummy address.
I added the UART_INT_9BIT mask when enabling the uart interrupt.
I have the uart and PuTTY setup for odd parity.
When I run the project, I see enter text. When I begin typing, the LED starts to blink and then stops.
No text is displayed. Maybe 9 bit mode won't work for text at all?
Thanks,
Priya