Hi,
Due to electrical noise in the board during reset or power on, the uart interrupt is getting hit multiple times and causing the uart module interrupt to miss, so to recover this situation, I have to reset the mcu until it gets recover. I am using the kinetics bare metal drivers.
I have tried multiple ways for recovery -
1. adding delay before UART initialize
2. Enable interrupt after some time
but still sometimes interrupt is getting missed.
Thanks,
Rahul
Solved! Go to Solution.