Resolved! EXTI15_10 not triggered by user button on NUCLEO-F429ZI
Hello,I'm trying to setup interrupts using the user push button (B1) on the Nucleo-F429ZI board. The push button is connected to the microcontroller through the I/O line PC13.What I did is that I mapped the PC13 to the GPIO_EXTI15 in STM32CubeMX and ...