Espressif ESP32-P4 NANO

From SEGGER Knowledge Base
Jump to navigation Jump to search

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