Disabling Uart4 interrupt causes lockup
Posted on August 27, 2017 at 00:02Hello Forum,I have a function that I call to read data from Uart4. As there are a number of critical times that I need Uart4 interrupt disabled, I enable the interrupt on entry to the function and disable it after p...