After experiencing UART problems without handshaking I opted to enable hardware handshaking.
Where RTS & CTS are pins 5 & 7 respectively.
I was experiencing overrun (insufficient memory) issues without hardware handshaking, however I see the same with RTS/CTS enabled.
I can see RTS being asserted (taken low) and then de-asserted, however I am still experiencing p_event->data.error_communication = 4
There is a period of time after reset where I need to configure the device connected to the UART and halt data sent data from it to prevent the 4 error.
Is there a call I can make to control the state of RTS ? I cannot find anything documented.