ESP32C3 LEDC PWM doesn't actually produce a signal #90772
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: ESP32
Espressif ESP32
priority: low
Low impact/importance bug
Describe the bug
As written in the title, when I try to use a the LEDC PWM peripheral of ESP32-C3 on my custom board (ESP32-C3 has a compatible configuration), no signal actually gets produced.
I already tested if normal IO works using the Blinky sample, but when i try the Blinky PWM sample (after my code didn't work) the pin stays on 0. This issue is not present when using ESP-IDF.
The same device tree overlay that works on the ESP32-C3 supermini or even other boards does not work, but it does work perfectly, without changes, on the S3. I have also tried using configuration from XIAO ESP32C3.
I have already tried a few possible combinations of pins and timers, tried checking with an oscilloscope. The PWM debug log shows expected behavior, there are not errors, only info about how the PWM is set up, exactly like it behaves on the S3.
Regression
Steps to reproduce
Relevant log output
Impact
Functional Limitation – Some features not working as expected, but system usable.
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: