STM32F4 configuring exti port interrupt at one function
Posted on August 02, 2015 at 23:46 I configured `gpio` and `exti` handler configurations for 8 pins `(PD8,PD9...PD15)` each has separate configuration functions and it's working well. Can i do the configurations at just one function? Some lines ...