STM32G071 USART Buffer Issue: Receiving last sent buffer (even before USART_Init) at time of restart.
I am using nucleo board to test the functionality of USART2 and i am able to transmit data successfully.Now, whenever i restart the nucleo-board or restart debugging, it Transmits last sent buffer again even though the USART is disabled..I want to ...