Modifying STM32FCubeMX HAL Drivers for UART RX (IT mode) with unknown size data size
Posted on December 30, 2014 at 12:07Hello,I am programming a shell based on HAL UART and I experienced difficulties with the HAL UART API provided with CUBEMX. I was using the non-blocking UART Reveice IO function (IT mode).I have modified the CUBEM...