I'm having issues with using the LEDC timer to drive a gpio wherein if I isolate the RTC gpio before deep sleep, after wakeup the pin is still disconnected and is unable to be controlled by the LEDC peripheral. I don't have any errors or anything, the pin simply does nothing.
This is how I am isolating the pin:
Code: Select all
rtc_gpio_isolate(GPIO_NUM_18);
Thanks,
Jeremy