Question
GPIO_ExternalPullUpConfig
Posted on February 01, 2017 at 09:53
What is the difference GPIO_ExternalPullUpConfig (GPIOB, GPIO_PIN_0, ENABLE) and GPIO_Init(GPIOB,GPIO_PIN_0,GPIO_MODE_IN_PU_NO_IT) in point of P-Buffer FET (FET at high side) and internal pull-up resistor. In an other saying: What does
GPIO_ExternalPullUpConfig control? P-Buffer FET (FET at high side) or internal pull-up resistor?
