espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.79k stars 7.31k forks source link

LED Control (LEDC) (IDFGH-12019) #13084

Open diplfranzhoepfinger opened 9 months ago

diplfranzhoepfinger commented 9 months ago

Answers checklist.

General issue report

For ESP32, hardware does not support any duty change while a fade operation is running in progress on that channel. Other duty operations will have to wait until the fade operation has finished.

does this sentence found here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-reference/peripherals/ledc.html#_CPPv425ledc_set_duty_with_hpoint11ledc_mode_t14ledc_channel_t8uint32_t8uint32_t

mean:

this is for ESP32 not possible, but possible for ESP32-S3 ?

suda-morris commented 9 months ago

for ESP32 not possible, but possible for ESP32-S3 ?

Yes

GianniCord commented 9 months ago

Same problem here, using stable version 5.2