Resolved! Stm32G030 Timer : problem by using TIM17 OC1 as internal trigger for TIM1
We use Stm32G030C8 for our project, which has only 16bit timers.But we need 32bit timer, therefore we are going to combine two timers.We could combine TIM1 with TIM3 successfully – TIM1 as slave and TIM3 as internal trigger (ITR2).Unfortunately we ne...