Search found 2 matches
- Sat Jan 14, 2023 3:58 pm
- Forum: Hardware
- Topic: ESP32-S3-WROOM-1 GPIO stays high for an extended period
- Replies: 1
- Views: 867
Re: ESP32-S3-WROOM-1 GPIO stays high for an extended period
Root causing this myself -- too much coffee and not enough sleep. The behavior I observed was a preemptive context switch while the GPIO was set high.
- Fri Jan 13, 2023 4:17 am
- Forum: Hardware
- Topic: ESP32-S3-WROOM-1 GPIO stays high for an extended period
- Replies: 1
- Views: 867
ESP32-S3-WROOM-1 GPIO stays high for an extended period
Seeing odd behavior when rapidly toggling a GPIO on the ESP32-S3-WROOM-1. There appears to be a very repeatable period where the GPIO is high for an extended period of time. The scope is configured to trigger on any pulse longer than 1uS. The code is based on the Hello World example with no changes ...