forked from espressif/esp-idf
docs(lp-core): Updated lp_core_uart app README files
Updated the LP Core UART apps README files to mention the default pins to use on esp32p4.
This commit is contained in:
@ -19,10 +19,11 @@ To run this example, you should have an ESP32-C6 based development board and a h
|
||||
|
||||
**Note:** The following pin assignments are used by default.
|
||||
|
||||
| | Rx | Tx |
|
||||
| ----------------------- | ------| ------|
|
||||
| ESP32-C6 | GPIO4 | GPIO5 |
|
||||
| Host machine | Tx | Rx |
|
||||
| | Rx | Tx |
|
||||
| ----------------------- | -------| -------|
|
||||
| ESP32-C6 | GPIO4 | GPIO5 |
|
||||
| ESP32-P4 | GPIO15 | GPIO14 |
|
||||
| Host machine | Tx | Rx |
|
||||
|
||||
### Build and Flash
|
||||
|
||||
|
@ -20,10 +20,11 @@ To run this example, you should have an ESP32-C6 based development board and a h
|
||||
**Note:** The following pin assignments are used by default.
|
||||
|
||||
|
||||
| | Tx |
|
||||
| ----------------------- | ------|
|
||||
| ESP32-C6 | GPIO5 |
|
||||
| Host machine | Rx |
|
||||
| | Tx |
|
||||
| ----------------------- | -------|
|
||||
| ESP32-C6 | GPIO5 |
|
||||
| ESP32-P4 | GPIO14 |
|
||||
| Host machine | Rx |
|
||||
|
||||
### Build and Flash
|
||||
|
||||
|
Reference in New Issue
Block a user