On STM32h753 UART interrupt is working fine after programming the controller using keil but malfunctions after complete power reset ?
I am working on STM32H753 microcontroller. I want to receive string using UART interrupt and send the same string back on UART. The IDE is keil uvision 5. The problem I am facing is that when I first program the MCU UART is working fine and I am rece...