I am a beginner. Please help me figure out why the interrupt is not happening. I want to measure the duty cycle, but the interrupt is not enabled. I am losing hope that this is possible.#include <stdint.h>
#include <stm32f0xx.h>
#include <stdbool.h>
...