Configure Other JTAG Interfaces
For guidance about which JTAG interface to select when using OpenOCD with ESP32-S2, refer to the section Selecting JTAG Adapter. Then follow the configuration steps below to get it working.
Configure Hardware
Identify all pins/signals on JTAG interface and ESP32-S2 board that should be connected to establish communication.
ESP32-S2 Pin
JTAG Signal
MTDO / GPIO40
TDO
MTDI / GPIO41
TDI
MTCK / GPIO39
TCK
MTMS / GPIO42
TMS
Verify if ESP32-S2 pins used for JTAG communication are not connected to some other hardware that may disturb JTAG operation.
Connect identified pin/signals of ESP32-S2 and JTAG interface.
Configure Drivers
You may need to install driver software to make JTAG work with computer. Refer to documentation of your JTAG adapter for related details.
Connect
Connect JTAG interface to the computer. Power on ESP32-S2 and JTAG interface boards. Check if the JTAG interface is visible on the computer.
To carry on with debugging environment setup, proceed to section Run OpenOCD.