Search found 1 match
- Mon Dec 05, 2022 12:20 pm
- Forum: General Discussion
- Topic: Setting and resetting pin state in ULP mode does not work
- Replies: 0
- Views: 828
Setting and resetting pin state in ULP mode does not work
I am relatively new to programming the ESP32. Currently, I am trying to toggle GPIO pin number 25 in the ULP mode (RTC IO pin 6), but I am failing. It would help me a lot if someone pointed out my mistakes. In the main program, I initialize the gpio pin 25 as an output pin and enter the ULP mode. Th...