Hello everyone, I am trying to read one pin with the HAL libraries, but i can not. This is my configuration: 1) I want to read the "BUTTON" pin ( PB3/PB4/PB5/PB6 ) 2 I am doing this: GPIO_InitStruct.Mode = GPIO_MODE_INPUT; GPIO_InitStruct.Pull = GP...