Page 1 of 1

Problems with the interrupt service of the ledc API

Posted: Fri Sep 20, 2024 5:09 pm
by Deiikerc
I need help with the ledc API, I'm generating a pwm at 5Hz with 8-bit resolution and a 20% duty cycle, I'm trying to generate the fade-end interrupt, but when I enter the interrupt, it doesn't seem to exit it, it gets stuck, does anyone have any idea why or any example of how to do the setup correctly?
Ledc API v5.3.1
Esp32-devkit v4

Re: Problems with the interrupt service of the ledc API

Posted: Sat Sep 21, 2024 1:55 am
by lbernstone
https://github.com/espressif/arduino-es ... DCFade.ino
Post your code if you would like some help with it.