Resolved! STM32C031C6, m0+, how to create a 32-bit timer with TIM1 and TIM3?
I would like to use TIM1 and TIM3 as a performance counter to evaluate my software application. Is there an example of how to configure TIM1 and TIM3 to chain their 16-bit counters to create a 32-bit counter?From reading the reference manual, I can ...