Resolved! External Interrupt is not triggerd
Hi, I am going to run a simple external Interrupt excercise on Nucleo-G0B1RE. The push button (PC13) works correctly but the ISR is not working on this pin! The sample code is attached. What is the problem with the Interrupt? #include "main.h" void...