Espressif ESP32-C3-DevKitM-1
Jump to navigation
Jump to search
This article describes specifics for the Espressif ESP32-C3-DevKitM-1 evaluation board.
Preparing for J-Link
- Enable external JTAG interface using the following link ESP32 external JTAG interface
- Connect the J-Link to this pins:
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:
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
- Embedded Studio: V8.16a
- Hardware: Espressif ESP32-C3-DevKitM-1
- Link: File:Espressif ESP32-C3-DevKitM-1 TestProject ES V816a.zip