Falling edge detection by hardware but without Interrupt
Posted on January 11, 2014 at 13:49Hi all,I want to detect a falling edge on external pinn let's say PD13 by hardware but without using the interrupt capability (using EXTI + NVIC).At first time I thought it is possible to do that using EXTI only by...