I want to understand that how Interrupt works in stm32f103c8t6(Blue pill).
I Did few things.1: I used CubeMx to generate code with keil IDE2: I made PC13 as Output to Toggle LED.3: I made PA1 as Interrupt Pin(Button).4: I called interrupt handler in main file under MX_GPIO_Init() function. /* EXTI interrupt init*/ HAL_N...