how to read from UART without knowing message length using HAL , STM32 abstraction layer
Posted on June 22, 2018 at 22:26I try to read the data from the inertial unit with frames of different size for this I need to read the data via the STM32F446 uart, but the functions available with HAL uart do not allow it.