Page 1 of 1

JTAG signal source control

Posted: Thu Aug 03, 2023 5:29 am
by Vineethad
Hello Experts,

I am using ESP32-C6 Board and the tool is ESP-IDF VScode. In below Figure it shows JTAG source control signals. How will be configure these "efuse" for JTAG control. Please help me to find a solution .


Thanks & Regards,
D.Vineetha.

Re: JTAG signal source control

Posted: Thu Aug 03, 2023 9:01 am
by ESP_Sprite
You'd use something like efuse.py, as included with the esp-idf development environment, to set this over either the serial port or the USB-serial-JTAG peripheral.

Re: JTAG signal source control

Posted: Fri Aug 04, 2023 5:08 am
by Vineethad
I couldn't find efuse.py file in my project. Please let me know where is this efuse.py file present ?.

Right now I am using USB serial but i want to use internal JTAG controller, for that how to change these efuse1, efuse2, efuse3 values for the JTAG controller.