Search found 1 match

by TorinCB
Thu May 26, 2022 2:37 pm
Forum: ESP-IDF
Topic: ESP32-C3: LEDC output during light sleep / low power mode
Replies: 1
Views: 2990

ESP32-C3: LEDC output during light sleep / low power mode

Hello all,

My goal is simple: to get an ESP32-C3 LEDC peripheral to output a PWM signal during light sleep.

The technical reference manual states that this is possible if FOSC_CLK is selected as the common clock source for the LEDC peripheral. This is achieved in ESP-IDF by setting `ledc_timer ...

Go to advanced search