Question
STM32 GPIO mode and pull
Hi,
How to setup gpio pull? If I have INPUT, should I setup to PULLUP or NOPULL or PULLDOWN?
How about OUTPUT?
Thx
GPIO_InitStruct.Mode = GPIO_MODE_INPUT;
GPIO_InitStruct.Pull = GPIO_PULLUP;
Hi,
How to setup gpio pull? If I have INPUT, should I setup to PULLUP or NOPULL or PULLDOWN?
How about OUTPUT?
Thx
GPIO_InitStruct.Mode = GPIO_MODE_INPUT;
GPIO_InitStruct.Pull = GPIO_PULLUP;
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.