STM32CubeF2 UART not sending more than 6 bytes
Posted on July 27, 2016 at 19:44 I'm using the STM32CubeF2 libraries on an STM32F Using the UART library, it seems like I can only send a few bytes before calls to HAL_UART_Transmit result in any additional sent bytes. Code: void ...