Search found 2 matches
- Thu Oct 16, 2025 7:09 am
- Forum: ESP-IDF
- Topic: No output from MCPWM
- Replies: 1
- Views: 2125
Re: No output from MCPWM
Update: The problem was somehow resolved; I'm not sure how or when, because I could swear I was only changing unrelated code. I'm sorry I can't be more helpful for future users that might run into the same problem.
- Fri Oct 03, 2025 5:51 am
- Forum: ESP-IDF
- Topic: No output from MCPWM
- Replies: 1
- Views: 2125
No output from MCPWM
Hello, I'm using ESP32 WROOM32 DevKit V1 with ESP-IDF v5.5.1 and I'm having trouble getting the MCPWM to generate a pulse series. I currently create pulses on a GPIO pin with `gpio_set_level` commands, using a high time and low time I read from memory. These parameters rarely change (especially the ...