STM32Cube, GPIO and GPIO_InitStruct.Alternate initialization
Posted on January 23, 2015 at 13:29 I've used STMCube to generate initialization code for a project using the STM32F429I-DISCO board. In MX_GPIO_Init()I find the following code: /*Configure GPIO pins : PD3 PD6 */ GPIO_InitStruct.Pin =...