User Activity

Hello,I have a problem, I would like to change a timer output compare mode on my STM32G484xE microcontroller. I would like to switch between toggle and PWM mode 1. I do the whole thing with a small function for writing registers:void ProgRegister(uin...
Hello,is there a way to generate a timer interrupt at a certain CNT value? I have not found anything about this.And if this is possible, is it also possible to change this value on the fly?Thank you!