Search found 1 match

by Thowintal1995
Fri May 10, 2024 3:32 am
Forum: ESP-IDF
Topic: why I can't seem to generate any pulse at 60Hz?
Replies: 0
Views: 393

why I can't seem to generate any pulse at 60Hz?

I have generated a LEDC PWM output at 120Hz and faded between 0 and 1 * (1 << LEDC_TIMER_19_BIT). During the fade period a separate task polled ledc_get_duty() and reported values that basically made sense. However on the oscilliscope it seemed the pulse grew from zero to around 2/3rds, instead of a...