Other Parts Discussed in Thread: MSPM0G3507, SYSCONFIG
I have a project that requires two timers (currently TIMG6 and TIMG7, although that can change). They must be started simultaneously. I've used SYSCFG and calls within driverlib to set up the timers, and if I issue consecutive calls to DL_Timer_startCounter() I can start the two and see that they run as I expect. However, this doesn't quite start them simultaneously.
I've used the SYSCFG pages to set TIMG6 as "main" and TIMG7 as "secondary" with an input source set to Timer2 (based on the table 8-16 in the MSPM0G3507 datasheet). I can't work out whether this is correct, and if it is, what single function I need to call (or register to access) to simultaneously start the two timers.
The text in the reference manual, 23.2.7, specifically mentions starting counts simultaneously but I can't quite get it going. Am I doing something wrong?