EXTI rising falling with pin monitoring - issue
Posted on December 15, 2015 at 10:05 I'm using STM32F4 Discovery. I configured a GPIO pin PB8 for external interupt for both rising and falling edges, so that I have to reset a flag when it is high->low or set when low->high which is done by rea...