UART 9 bit mode, used for MDB.
EK1 uart transmits periodically (master) every few seconds in 9 bit mode, LED is seen blinking,
byte is visible on the scope.
EK2 uart receives (peripheral) in 9 bit mode, LED is blinking.
Currently in the transmitter EK1 project, both these APIs contain address x43 which is the
assigned address for peripheral EK2. I want more clarity on the addresses in these two APIs.
UART9BitAddrSend
UART9BitAddrSet
If EK2 uart needs to send back a different byte to the master (EK1), how does this work in
9 bit mode, specifically with the UART9BitAddrSend and UART9BitAddrSet APIs?
Thanks,
Priya