Multiprocessor mode with address mark detection only receives data which has '0' as MSB. After waking up (RWU=0) when the correct address is received subsequent bytes should be received normally, and not interpreted as another address?
I have configured the UART for multiprocessor communication over RS485. I can receive and transmit data correctly, but if the data contains a '1' as MSB it is interpreted as an address. Now it is clear from the documentation that this is the correct ...