HAL_GPIO_ReadPin is always returning High. Why is it not working?
Posted on November 21, 2014 at 19:59 I'm having problems reading the state of a GPIO pin. If I use the HAL function to read the pin, it always returns that the pin is high. But if I read it manually, then it works properly and co...