Disable interrupt for PB8
Hi all,I'm working with STM32F4 disc board, I'm using PB8 and PB9 as interrupt input, those pin shared same irq handler EXTI9_5_IRQHandler I would like to know if it is possible to only deactivate the interrupt on PB8 before STOP mode but leave the...