How to read values from a GPIO_EXTI pin?
I want to read values from ultrasonic sensor for my project. I use STM32l452RC controller. I am able to do that if I map that pin as GPIO_Input and by using the HAL command HAL_GPIO_Read_pin.But I want to map the input of the ultrasonic sensors as in...