STM32F4 UART extra byte sent at startup
Hi all, I'm running an application where I got to initialize an UART (by interruption) transmission at power up . So I'm a initializing like this : HAL_UART_MspInit(&huart5); MX_UART5_Init();There are the basic functions from STM32 Cube MX... When th...