Espressif ESP32-C5-DevKitC-1

From SEGGER Knowledge Base
Revision as of 15:02, 25 August 2025 by Artjom.Kister (talk | contribs)
Jump to navigation Jump to search

This article describes specifics for the Espressif ESP32-C5-DevKitC-1 evaluation board.

ESP32-C5-DevKitC-1 board.jpg

Preparing for J-Link

J-Link Pin Connector Pin Name
VTref J1 1 3V3
GND J1 15 GND
TDI J1 4 MTDI
TMS/SWDIO J1 3 MTMS
TCK/SWCLK J3 8 MTCK
TDO/SWO J3 9 MTDO
RESET J1 2 RST
  • 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-C5-DevKitC-1 HP connect.png

  • LP core:

ESP32-C5-DevKitC-1 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 ESP32-C5-DevKitC-1.
It is a simple Hello World sample linked into the internal SRAM.

SETUP