Hi I am using STM32H7A3 Nucleo board. I am using uart receive in interrupt mode by enabling global interrupt.
After receiving some data through interrupt, Is there any way to disable interrupt mechanism and go back to blocking mode for receiving remaining data.I tried NVIC_DisableIRQ(0 to disable interrupt. After that when i tried to receive through blocking...