User Activity

Hello,I want to activate three output compare interrupts in my timer peripheral. I want to use Output Compare for this purpose because then I can change the time. However, in STM32CubeMx there is a button to activate a global TIM2 interrupt, but ther...
Hello,I would like to use a global variable in a while loop in my main file. That variable will be set to zero in a interrupt. Unfortunatly the interrupts are created by the device configuration tool in a seperate file. In the device configuration to...