STM32 CubeMX bug report: missing initialization of GPIO_InitStruct.Alternate
Posted on March 19, 2018 at 20:15Looks like I found a small bug in STM32 CubeMX code generation. It can be reproduced this way:1. Create new project for STM32F091RB.2. Enable USART5 with Asynchronous mode and Hardware Flow Control (RS485) on.3. In P...