Hi,
I am using CC2538, here in "startup_ewarm.c" "IntDefaultHandler" is assaigned as an handel to many of the unexpected interrupt.
So, mu software is come to this handler many times and stopping.
I want to know how can I check who has send this interrupt and how to clear it. This is causing while using UART0 for read and write from the console.
Thank you.