2022-05-09 06:45 AM
2022-05-09 07:07 AM
Most timer in STM32 are 16-bit, with 16-bit prescaler, does that count as 32-bit?
TIM15 has only two channels, TIM16 only one. An overview of timers in STM32 families is in AN4013, details are in TIM chapters of STM32H7xx RM.
JW
2022-05-09 07:14 AM
sorry for my errors : as seen in AN4013 document (page 7), i expect to use TIM2 and TIM5. My need is 32 bits counters, because of the frequency (8MHz min) and duration (at least 500ms). The question is about the number of channels in these timers and the capability to have TIM2 and TIM5 fully synchronized (same count at same time).
2022-05-09 07:15 AM
All timers except tim2 and tim5 are 16 bit. Both timers have 4 channels. meets the number of IOs you want. I hope you will not have any problems while managing the timers in practice.
2022-05-09 07:19 AM
Many thanks to all, i have the answer, so we may carry on using ST device.