STM32F411RE: EXTI3 interrupt does not work
Hi,when configuring PA0/EXTI0 interrupt in CubeMX, the related code works well: when PA0 pin is toggeled, the ISR is called and following up from this, the code jumps into HAL_GPIO_EXTI_Callback().But when doing the same with PA2/EXTI2 or PA3/EXTI3 t...