Search found 33 matches
- Sat Jun 07, 2025 10:20 am
- Forum: ESP-IDF
- Topic: Wrong IRAM usage shown on compile
- Replies: 2
- Views: 1176
Re: Wrong IRAM usage shown on compile
same here, shows 99.99% whatever I do.
- Fri Feb 28, 2025 6:57 am
- Forum: ESP-IDF
- Topic: LCD Display: buffer not aligned to 16
- Replies: 6
- Views: 1832
Re: LCD Display: buffer not aligned to 16
I also updated ESP-IDF. Its on v5.4
- Fri Feb 28, 2025 3:17 am
- Forum: ESP-IDF
- Topic: LCD Display: buffer not aligned to 16
- Replies: 6
- Views: 1832
LCD Display: buffer not aligned to 16
I am using the RGB LCD Example: https://github.com/espressif/esp-idf/blob/release/v5.4/examples/peripherals/lcd/rgb_panel/main/rgb_lcd_example_main.c .
on ESP32-S3
My display worked with previous code, but since updating to the latest example, I'm getting this error:
E (1203) gdma: gdma_link ...
on ESP32-S3
My display worked with previous code, but since updating to the latest example, I'm getting this error:
E (1203) gdma: gdma_link ...
- Fri Jan 31, 2025 5:02 pm
- Forum: ESP-IDF
- Topic: Help with HTTP_EVENT_DISCONNECTED
- Replies: 2
- Views: 2500
Re: Help with HTTP_EVENT_DISCONNECTED
For anyone else struggling with this, keep in mind that most logs in the example are ESP_LOGD, which are not printed on standard log level settings. Replace with ESP_LOGI or change log level to see them.
- Thu Nov 28, 2024 8:21 pm
- Forum: Hardware
- Topic: GPIO0 floating on ESP32-S3 Wroover…why does it go into USB Download?
- Replies: 8
- Views: 3491
Re: GPIO0 floating on ESP32-S3 Wroover…why does it go into USB Download?
When I disable Download mode via efuse, would the device boot when pins are set to download mode?
Or would it print an error and stop?
IMG_3291.jpeg
Or
Could I perhaps change the flash wait time to 0 so the chip will not check for pins? Or set a long wait time to give gpio0 time to go high ...
Or would it print an error and stop?
IMG_3291.jpeg
Or
Could I perhaps change the flash wait time to 0 so the chip will not check for pins? Or set a long wait time to give gpio0 time to go high ...
- Thu Nov 28, 2024 1:05 pm
- Forum: Hardware
- Topic: GPIO0 floating on ESP32-S3 Wroover…why does it go into USB Download?
- Replies: 8
- Views: 3491
Re: GPIO0 floating on ESP32-S3 Wroover…why does it go into USB Download?
Makes sense. Ok, thank you.
- Thu Nov 28, 2024 9:52 am
- Forum: Hardware
- Topic: GPIO0 floating on ESP32-S3 Wroover…why does it go into USB Download?
- Replies: 8
- Views: 3491
- Thu Nov 28, 2024 2:57 am
- Forum: Hardware
- Topic: GPIO0 floating on ESP32-S3 Wroover…why does it go into USB Download?
- Replies: 8
- Views: 3491
Re: GPIO0 floating on ESP32-S3 Wroover…why does it go into USB Download?
Ok.
Do you think the floating GPIO0 is the problem? Maybe the internal pull-up is not enough?
Do you think the floating GPIO0 is the problem? Maybe the internal pull-up is not enough?
- Wed Nov 27, 2024 12:42 pm
- Forum: Hardware
- Topic: GPIO0 floating on ESP32-S3 Wroover…why does it go into USB Download?
- Replies: 8
- Views: 3491
GPIO0 floating on ESP32-S3 Wroover…why does it go into USB Download?
My device (with ESP32-S3) sometimes doesn’t boot normally. It goes into USB Download mode and waits.
So my device doesn’t power on.
It happens randomly. I reboot 10 times and it happens maybe 1 time.
Unfortunately I left GPIO0 floating. It has a 5cm PCB trace on it, going to the programming ...
So my device doesn’t power on.
It happens randomly. I reboot 10 times and it happens maybe 1 time.
Unfortunately I left GPIO0 floating. It has a 5cm PCB trace on it, going to the programming ...
- Mon Nov 18, 2024 12:54 pm
- Forum: Hardware
- Topic: ESP32-s3 Wroom sometimes doesn't start up
- Replies: 2
- Views: 1725
Re: ESP32-s3 Wroom sometimes doesn't start up
Will do, thanks