This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC2650: Synchronize two PWM outputs

Part Number: CC2650
Other Parts Discussed in Thread: DRV8872

Tool/software: TI-RTOS

I need to output two synchronized PWM signals to drive a DRV8872 H-bridge motor driver.

The latest TI-RTOS drivers I've installed (tirtos_cc13xx_cc26xx_2_21_00_06) do not support this.

From the doc:

Limitations

  • The PWM output can currently not be synchronized with other PWM outputs

As far as I understand, the hardware supports timers synchronization.

What would be the best way to add such support to the driver?