Search found 2 matches

by fluxdesigner
Sun Jul 10, 2022 12:21 pm
Forum: ESP32 Arduino
Topic: Carrier synchronization interrupt method using MCPWM
Replies: 2
Views: 2178

Re: Carrier synchronization interrupt method using MCPWM

Thank you for your reply. I understood that what you taught me was "how to synchronize three PWMs to operate". Certainly, this content is a very important point for FOC control with ESP32. However, what I wanted to know this time was "a method of generating an interrupt in synchronization with a PWM...
by fluxdesigner
Wed Jul 06, 2022 4:19 pm
Forum: ESP32 Arduino
Topic: Carrier synchronization interrupt method using MCPWM
Replies: 2
Views: 2178

Carrier synchronization interrupt method using MCPWM

I am programming the FOC control of a three-phase brushless motor using MCPWM. At that time, I want to perform processing in synchronization with the carrier frequency. Does anyone know how to implement carrier sync interrupts on the ESP32? For example, the RP2040 (Raspberry Pi Pico) C / C ++ SDK pr...