Search found 1 match
- Thu Jan 11, 2024 8:02 pm
- Forum: ESP-IDF
- Topic: Syncing Timers with MCPWM (v.4.3)
- Replies: 0
- Views: 56846
Syncing Timers with MCPWM (v.4.3)
I'm trying to generate 6 synchronized PWM signals. The code below generates the 6 signals at the correct frequency and duty cycle (which I can verify on a scope) but each signal is only synchronized with its pair within the same timer. For instance, MCPWM0A and MCPWM0B on MCPWM_TIMER_0 are synced, b...