Hi Team,
I have to use 3 UARTs in the project. I have to get the data from UART0 for every 10ms, and from UART1 for every 25ms. Firstly I have configured UART0 and it worked well. Next I have configured the UART1, Now both are working only for a few seconds, after that both UARTs are not sending or receiving the data.
I'm using the non-blocking functions for both the UARTs. Please check the attached file and let me know if anything wrong that I've done.
Thanks,
Vamsi