Chaining two timers on the STM32G4
I need to chain two timers together to get one 48-bit timer that counts microseconds, I'm thinking of using TIM2 as the master and TIM3 as the slave.
I have the feeling some of the answers are contained in this table in the Reference Manual but I can't for the life of me figure out what it's trying to tell me:

Here's how I how I have it set up currently:


Am I on the right track?
Thanks,
Chris
