Greetings,
I am trying to re- initialize the UART port which i have already initalized with different settings. I Have used HAL_UART_DeInit() before initializing. The problem i face is after the function is run i see the same configuration which i r...