Search found 4 matches

by liucheng
Fri Aug 19, 2022 2:35 am
Forum: ESP-IDF 中文讨论版
Topic: esp32-s3 的gpio无法设置JTAG接口
Replies: 6
Views: 3659

Re: esp32-s3 的gpio无法设置JTAG接口

问题解决
by liucheng
Thu Aug 18, 2022 8:44 am
Forum: ESP-IDF 中文讨论版
Topic: esp32-s3 的gpio无法设置JTAG接口
Replies: 6
Views: 3659

Re: esp32-s3 的gpio无法设置JTAG接口

1 输入命令:STRAP_JTAG_SEL #espefuse.py -p /dev/ttyUSB0 burn_efuse STRAP_JTAG_SEL /home/lc/esp/esp-idf/components/esptool_py/esptool/espsecure.py:18: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will...
by liucheng
Thu Aug 18, 2022 7:33 am
Forum: ESP-IDF 中文讨论版
Topic: esp32-s3 的gpio无法设置JTAG接口
Replies: 6
Views: 3659

Re: esp32-s3 的gpio无法设置JTAG接口

我已经验证过,编译环境是ok的,下载,命令,打印log都命令都可以正常执行
idf.py set-target esp32s3 (ok)
idf.py build (ok)
idf.py -p /dev/ttyUSB0 -b 460800 flash (ok)
idf.py -p /dev/ttyUSB0 monitor (ok)
by liucheng
Thu Aug 18, 2022 7:29 am
Forum: ESP-IDF 中文讨论版
Topic: esp32-s3 的gpio无法设置JTAG接口
Replies: 6
Views: 3659

esp32-s3 的gpio无法设置JTAG接口

根据文档(https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32s3/api-guides/jtag-debugging/configure-other-jtag.html)描述:“烧录 JTAG_SEL_ENABLE eFuse 后,JTAG 接口的选择将由 strapping 管脚 GPIO3 来决定。ESP32-S3 复位时,如果该 strapping 管脚为低电平,JTAG 接口将使用 GPIO39-GPIO42,如果为高电平,USB_SERIAL_JTAG 将被用作 JTAG 接口。” 我需要执行:espefuse...