I want to make 3 pwm with the timer1 on an stm32f103c8t6 and when the timer reaches its reset value an interrupt should be generated. I tried a lot but nothing worked. Can someone please tell me how I do this?
I configured the timer for Channel2 PWM operation. This worked perfectly. Now I want everytime the timer reaches it s reset value that an interrupt happens were I can call a function. I tried to use the TIM1 update interrupt. I configured it in cubem...