2019-03-01 04:38 AM
In some cases HAL_UART_DeInit is used before using HAL_UART_Init, why is that?
2019-03-02 02:28 PM
This probably depends on the case. Could you give examples?
-- pa
2019-03-08 03:47 AM
Not really :grinning_face: since I don't know when it is used and when it isn't used. Perhaps you can give some cases where HAL_UART_DeInit should be used and explain why?
2019-03-08 04:06 AM
Deinit is to me to restore the peripheral to is after reset state.