Espressif ESP32-C6-DevKitM-1

From SEGGER Knowledge Base
Jump to navigation Jump to search

This article describes specifics for the Espressif ESP32-C6-DevKitM-1 evaluation board.

ESP32-C6-DevKitM-1 board.png

Preparing for J-Link

J-Link Pin Connector Pin Name
VTref J1 1 3V3
GND J1 15 GND
TDI J1 6 MTDI
TMS/SWDIO J1 5 MTMS
TCK/SWCLK J1 10 MTCK
TDO/SWO J1 11 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:

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

SETUP