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; ...
Posted on June 08, 2018 at 18:58I have only an external 10k pullup resistor on this pin, its output is always logical 0.What is wrong? Should I do anything additional to switch this pin to IO mode?