Hi,
I have a question about the VDDO pins. Let’s say I’m not using MIPI DSI at all, and my flash memory is powered from a separate supply. Which of these VDDO pins can be left unconnected?
Search found 7 matches
- Fri Jan 30, 2026 10:09 am
- Forum: Hardware
- Topic: ESP32-P4 VDDO pins
- Replies: 0
- Views: 408
- Fri Jan 23, 2026 10:48 am
- Forum: Hardware
- Topic: Vias Under ESP32-P4
- Replies: 1
- Views: 497
Vias Under ESP32-P4
Good afternoon,
The ESP32-P4-FUNCTION-EV-BOARD features vias located directly under the microcontroller.
I implemented a similar design, but I occasionally encounter issues where solder wicks into these vias from the central ground planes, causing signal lines to short to ground.
p4 vias.jpg
How ...
The ESP32-P4-FUNCTION-EV-BOARD features vias located directly under the microcontroller.
I implemented a similar design, but I occasionally encounter issues where solder wicks into these vias from the central ground planes, causing signal lines to short to ground.
p4 vias.jpg
How ...
- Thu Dec 25, 2025 3:27 pm
- Forum: ESP-IDF
- Topic: Custom ESP32-P4 board crashes with Watchdog Timeout
- Replies: 2
- Views: 2965
Re: Custom ESP32-P4 board crashes with Watchdog Timeout
So, the issue was with the crystal oscillator circuit — I used the wrong capacitor values. Once I corrected them, everything started working fine.
- Sun Dec 07, 2025 2:24 pm
- Forum: ESP-IDF
- Topic: Custom ESP32-P4 board crashes with Watchdog Timeout
- Replies: 2
- Views: 2965
Custom ESP32-P4 board crashes with Watchdog Timeout
I have designed a custom board using the ESP32-P4 chip. When running even the simplest example code (like a "Hello World" with a simple calculation loop printed to serial), the board consistently crashes with a Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1).
The program runs ...
The program runs ...
- Tue Nov 26, 2024 8:10 am
- Forum: Hardware
- Topic: ESP32-P4 MIPI DSI commands for initializing
- Replies: 4
- Views: 3429
Re: ESP32-P4 MIPI DSI commands for initializing
Thanks for this link, it helped me a lot.
- Wed Nov 20, 2024 11:22 am
- Forum: Hardware
- Topic: ESP32-P4 MIPI DSI commands for initializing
- Replies: 4
- Views: 3429
Re: ESP32-P4 MIPI DSI commands for initializing
I think its good to study existing drivers for mipi dsi displays
https://github.com/espressif/esp-iot-solution/tree/master/components/display/lcd/esp_lcd_ek79007
https://github.com/espressif/esp-bsp/tree/master/components/lcd/esp_lcd_ili9881c
Of course I looked at these examples, I had ...
- Fri Nov 15, 2024 10:13 am
- Forum: Hardware
- Topic: ESP32-P4 MIPI DSI commands for initializing
- Replies: 4
- Views: 3429
ESP32-P4 MIPI DSI commands for initializing
Good afternoon,
after purchasing the board I start to run the standard display from the kit,
after which I go on to experiments with my display and have a questions.
How to correctly convert initialization MIPI DSI commands into the format as know esp32:
LCM_Reset(LOW);
Delay(1); //1ms
LCM ...
after purchasing the board I start to run the standard display from the kit,
after which I go on to experiments with my display and have a questions.
How to correctly convert initialization MIPI DSI commands into the format as know esp32:
LCM_Reset(LOW);
Delay(1); //1ms
LCM ...