Espressif ESP32-C3-DevKitM-1

From SEGGER Knowledge Base
Jump to navigation Jump to search

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

ESP32-C3-DevKitM-1 board.png

Preparing for J-Link

J-Link Pin Connector Pin Name
VTref J1 2 3V3
GND J1 1 GND
TDI J3 10 MTDI
TMS/SWDIO J3 11 MTMS
TCK/SWCLK J3 9 MTCK
TDO/SWO J3 8 MTDO
RESET J1 7 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-C3-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-C3-DevKitM-1.
It is a simple Hello World sample linked into the internal SRAM.

SETUP