Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Debugging

Phil Schatzmann edited this page Nov 5, 2022 · 5 revisions

The AudioKit has JTAG pins that can be used for debugging. I recommend the following settings: OFF, OFF, OFF, ON, ON

  • IO13 must be linked to MTCK
  • IO15 must be linked to MTDO

Debugger

You need to add the following connections to the Debugger

ESP32 Pin JTAG
MTDO (GPIO15) TDO
MTCK (GPIO13) TCK
MTDI (GPIO12) TDI
MTMS (GPIO14) TMS
GND GND
Clone this wiki locally