diff --git a/examples/system/ulp/lp_core/lp_uart/lp_uart_echo/README.md b/examples/system/ulp/lp_core/lp_uart/lp_uart_echo/README.md index 8c5072dbac..909255ff52 100644 --- a/examples/system/ulp/lp_core/lp_uart/lp_uart_echo/README.md +++ b/examples/system/ulp/lp_core/lp_uart/lp_uart_echo/README.md @@ -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 diff --git a/examples/system/ulp/lp_core/lp_uart/lp_uart_print/README.md b/examples/system/ulp/lp_core/lp_uart/lp_uart_print/README.md index 411d1c1645..cbe260c640 100644 --- a/examples/system/ulp/lp_core/lp_uart/lp_uart_print/README.md +++ b/examples/system/ulp/lp_core/lp_uart/lp_uart_print/README.md @@ -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