Hi there,I am trying to set up UART3 to receive and transmit using Interrupt.My setup is simple to verify the issue. These are the steps that I did:1. Add Uart3 in .ioc file with the configuration as:2. In main(), before entering while(1) loop, I sta...