Skip to content

Commit e61d908

Browse files
committed
Merge branch 'doc/p4_devkit_header' into 'feature/esp_as_mcu_host'
doc/p4_devkit_header Add note on using P4 DevKit Header GPIOs See merge request app-frameworks/esp_hosted!524
2 parents 32be5ad + 7c3a29f commit e61d908

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

docs/esp32_p4_function_ev_board.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
- [OTA Updates](#52-ota-updates)
1616
- [Troubleshooting](#6-troubleshooting)
1717
- [Flashing the On-board ESP32-P4 through the ESP-Prog](#7-flashing-esp32-p4)
18-
- [References](#8-references)
18+
- [Testing ESP-Hosted with SPI-FD with other MCUs](#8-testing-esp-hosted-with-spi-fd-with-other-mcus)
19+
- [References](#9-references)
1920

2021
</details>
2122

@@ -307,8 +308,6 @@ output):
307308
idf.py -p <Serial Port> flash monitor
308309
```
309310

310-
311-
312311
## 6. Troubleshooting
313312

314313
If you encounter issues with using ESP-Hosted, see the following guide:
@@ -358,7 +357,23 @@ on the board.
358357

359358
</details>
360359

361-
## 8. References
360+
## 8. Testing ESP-Hosted with SPI-FD with other MCUs
361+
362+
You can use SPI-FD (Full Duplex) on the ESP32-P4 to test ESP-Hosted with other ESP32s. Do this by connecting the ESP32 to the P4 through the J1 GPIO header on the ESP32-P4 DevKit.
363+
364+
Use GPIOs 36 or lower on the P4 DevKit to avoid LDO power issues with high numbered GPIOs. Here is one combination on GPIOs that can be used on the P4:
365+
366+
| Function | GPIO |
367+
|------------|------|
368+
| MOSI | 4 |
369+
| MISO | 5 |
370+
| CLK | 26 |
371+
| CS | 6 |
372+
| Handshake | 20 |
373+
| Data Ready | 36 |
374+
| Reset | 2 |
375+
376+
## 9. References
362377

363378
- ESP32-P4-Function-EV-Board: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32p4/esp32-p4-function-ev-board/
364379
- ESP-Prog: https://docs.espressif.com/projects/esp-iot-solution/en/latest/hw-reference/ESP-Prog_guide.html

0 commit comments

Comments
 (0)