This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Unable to hit inerrupt when changing the value in registers in debug mode.



I am using "TM4C123GH6PM" and written UART program using interrupt. When any key is pressed it will echo the key pressed.
The issue is i am unable to see the interrupt hit when i change the value in register "UART0_UART_DR" through register view in debug mode, but when i enter any key using hyper terminal it is working as expected.