2022-12-06 06:08 AM
I am using 2 Uart with interrupt function. I have enabled two interrupts at the same time. But I can access only one Uart at a time. Another Uart interrupt is no response.
Kindly support for rectify this issue.
2022-12-10 02:17 AM
@KiptonM @S.Ma
I have checked below points
--> I put a flag in RX complete call back function and I check the flag in while loop and also I set increment count in while loop.
Result:
After reset the device that time only UART1 interrupt is triggered. Below I have attached the screenshot
And also I have set the same priority in LPUART1 and UART1 its not working
set flag in RX complete call back function:
check the flag in while loop
Serial Monitor:
Kindly guide me to rectify this issue
Thank you!
2022-12-13 07:59 AM
Use the debugger to set some breakpoints and see what is happening.
Single step through the code if you have to.