Using STM32FCubeMX HAL Drivers for UART RX with unknown size data
Posted on July 04, 2014 at 11:13 Hi; I want to receive unknown size data from uart with isr. The problem is STM32CubeMX generated HAL UART libraries want to know incoming data size for buffer. Is there any solution other than writing my ...