Error in the type definition of ''GPIO_InitTypeDef''
Posted on August 12, 2014 at 20:55In stm32f4xx_hal_gpio.h (delete comment) typedef struct { uint32_t Pin; uint32_t Mode; uint32_t Pull; uint32_t Speed; uint32_t Alternate; }GPIO_InitTypeDef;But to select the alternate function you need 64 ...