This question is in continuation to my previous query regarding UART error.
I am using an STM32G070RB nucleo 64 board with an ESP 8266, earlier I was using DMA to establish UART communication between the ESP and STM32, but now I have switched to UART interrupt mode to receive and transmit data. When I software reset the ESP ...