STM32F437 and PI8 as output IO
Posted on June 08, 2018 at 16:37Hi, guys.I am using STM32F437 and trying to use PI8 as an output port.I am trying to program it using standard procedures: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOI, ENABLE); GPIO_InitTypeDef GPIO_InitStructure; ...