2024-04-19 03:01 AM - last edited on 2024-05-20 08:09 AM by Aziz BRIGUI
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!!
2024-04-19 03:43 AM
You're going to need to show the code you're using!
Please use this button to properly post source code:
2024-05-20 08:13 AM
Hello @sudhir467,
Welcome to ST Community !
To increase the chances of getting help from community users, perhaps you need to provide further details, part number used and code snippet as mentioned by @Andrew Neil.
Thanks,
Aziz