What is the difference between HAL UART and HAL USART?
Posted on March 30, 2017 at 16:22Hi to all!,Having to write a simple UART device driver for my application (based on a STM32L073 mcu),I noticed that HAL presents two kind of uart drivers: an HAL UART and an HAL USART.Digging a little bit into the re...