Reinitialization of UART and ADC
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 removed.
i am facing similar issue on ADC peripheral when i configure and init different set of channel in different init function for same ADC.But i just see only one configration being used. I have used Deint () function for the ADC.
Kindly suggest me where i might be going wrong
Thank you!!
