Search found 2 matches
- Sun Sep 01, 2024 1:25 am
- Forum: ESP-IDF
- Topic: Strange behavior in IO26, IO39-45 on ESP32-S2N4
- Replies: 0
- Views: 677
Strange behavior in IO26, IO39-45 on ESP32-S2N4
I'm having some issues with getting simple GPIO outputs on my ESP32-S2N4 module. For whatever reason, I'm unable to control the on/off state of IO26, 39, 40, 41, 42, 43, 44, and 45. Any ideas what might be interfering? There's nothing else that appears to be using the pins and I've confirmed that th...
- Wed Sep 27, 2023 1:51 am
- Forum: Hardware
- Topic: Difficulty setting up an LEDC interrupt tied to LEDC_OVF_CNT_CH0_INT
- Replies: 0
- Views: 896
Difficulty setting up an LEDC interrupt tied to LEDC_OVF_CNT_CH0_INT
Unfortunately, ESP-IDF doesn't seem to have built-in support for LEDC interrupts that aren't tied to fade completion, so I've been trying to write code for it myself that doesn't rely on all the levels of abstraction used in ESP-IDF. I've gone through a bunch of iterations of the code I'm sharing al...