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 how to trigger TIM3 from an internal trigger signal, but I did not see how I can set TIM1 to pulse a single cycle on the trigger line upon overflow or a compare of the counter to 0xffff.
I am using the STM32C031C6.
Thank you.
