Espressif ESP32-P4 NANO: Difference between revisions

From SEGGER Knowledge Base
Jump to navigation Jump to search
(Created page with "Category:Evalboards __TOC__ This article describes specifics for the Espressif ESP32-P4_NANO evaluation board.<br> 450px | thumb | right == Preparing for J-Link == *Enable external JTAG interface using the following link ESP32 external JTAG interface *Connect the J-Link to this pins: {| class="seggertable" |- ! J-Link Pin || Connector !! Pin || Name |- | VTref || J1 || 1 || 3V3 |- | GND || J1 || 15 || GND |- | TDI || J1 |...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
__TOC__
__TOC__


This article describes specifics for the Espressif ESP32-P4_NANO evaluation board.<br>
This article describes specifics for the Espressif ESP32-P4-NANO evaluation board.<br>


[[File:ESP32-P4_NANO_board.jpg | 450px | thumb | right]]
[[File:ESP32-P4_NANO_board.jpg | 450px | thumb | right]]
Line 13: Line 13:
! J-Link Pin || Connector !! Pin || Name
! J-Link Pin || Connector !! Pin || Name
|-
|-
| VTref || J1 || 1 || 3V3
| VTref || Left GPIO connector || 1 || 3V3
|-
|-
| GND  || J1 || 15 || GND
| GND  || Left GPIO connector || 25 || GND
|-
|-
| TDI  || J1 || 4 || MTDI
| TDI  || Right GPIO connector || 9 || MTDI
|-
|-
| TMS/SWDIO || J1 || 3 || MTMS
| TMS/SWDIO || Left GPIO connector || 12 || MTMS
|-
|-
| TCK/SWCLK || J3 || 8 || MTCK
| TCK/SWCLK || Right GPIO connector || 11 || MTCK
|-
|-
| TDO/SWO || J3 || 9 || MTDO
| TDO/SWO || Left GPIO connector || 11 || MTDO
|-
| RESET || J1 || 2 || RST
|}
|}
*Power the board via USB Type-C to UART Port
*Power the board via USB Type-C to UART Port
Line 35: Line 33:


== Example Project==
== Example Project==
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Espressif EESP32-P4_NANO.<br>It is a simple Hello World sample linked into the internal SRAM.<br>
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Espressif EESP32-P4-NANO.<br>It is a simple Hello World sample linked into the internal SRAM.<br>
====SETUP====
====SETUP====
*Embedded Studio: V8.24
*Embedded Studio: V8.24
*Hardware: Espressif ESP32-P4_NANO
*Hardware: Espressif ESP32-P4-NANO
*Link: [[File:Espressif_ESP32-P4_NANO_HP_Core_TestProject_ES_V824.zip]]
*Link: [[File:Espressif_ESP32-P4_NANO_HP_Core_TestProject_ES_V824.zip]]
*Link: [[File:Espressif_ESP32-P4_NANO_LP_Core_TestProject_ES_V824.zip]]
*Link: [[File:Espressif_ESP32-P4_NANO_LP_Core_TestProject_ES_V824.zip]]

Latest revision as of 11:10, 8 September 2025

This article describes specifics for the Espressif ESP32-P4-NANO evaluation board.

ESP32-P4 NANO board.jpg

Preparing for J-Link

J-Link Pin Connector Pin Name
VTref Left GPIO connector 1 3V3
GND Left GPIO connector 25 GND
TDI Right GPIO connector 9 MTDI
TMS/SWDIO Left GPIO connector 12 MTMS
TCK/SWCLK Right GPIO connector 11 MTCK
TDO/SWO Left GPIO connector 11 MTDO
  • Power the board via USB Type-C to UART Port
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:
  • HP core:

ESP32-P4 NANO HP connect.png

  • LP core:

ESP32-P4 NANO LP connect.png

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Espressif EESP32-P4-NANO.
It is a simple Hello World sample linked into the internal SRAM.

SETUP