Other Parts Discussed in Thread: EK-TM4C123GXL
I connected my Tiva board with nodemcu in uart1. I'm trying to receive a string from a nodemcu in the Tiva board and print it. but it's not even going to interrupt handler I've initialized interrupt handler function in startup file also.
I've attached my main file and startup file. Please check once I'm unable to locate the problem.
I'm using IAR 8.32.4 IDE and Arduino IDE for coding.