Search found 8 matches

by ifoxbr
Thu Oct 27, 2022 5:23 pm
Forum: General Discussion
Topic: Help on ESP32-S3 builtin JTAG debug on VSCODE (Windows 10)
Replies: 4
Views: 5108

Re: Help on ESP32-S3 builtin JTAG debug on VSCODE (Windows 10)

Please, install ESP-IDF Versin 5.0 from VS Config IDF extension And change your "settings.json" to this { "C_Cpp.intelliSenseEngine": "Tag Parser", "idf.adapterTargetName": "esp32s3", "idf.customExtraPaths": "C:\\Espressif\\tools\\xtensa-esp-elf-gdb\\11.2_20220823\\xtensa-esp-elf-gdb\\bin;C:\\Espres...
by ifoxbr
Wed Oct 19, 2022 2:08 pm
Forum: Hardware
Topic: ESP32-S3 USB-JTAG
Replies: 7
Views: 10301

Re: ESP32-S3 USB-JTAG

Hi DaniSi Thanks for response One more question, how was your configuration file "settings.json" on tags as shown below ? "idf.openOcdConfigs": [ "board/esp32s3-builtin.cfg" ], "idf.portWin": "COM12", "idf.pythonBinPathWin": "C:\\Espressif\\python_env\\idf5.0_py3.8_env\\Scripts\\python.exe", "idf.to...
by ifoxbr
Fri Sep 23, 2022 1:44 pm
Forum: ESP-IDF
Topic: Help on eFuse
Replies: 2
Views: 1977

Re: Help on eFuse

In MenuConfig when set "Permanent disable logging", still have messages on Uart0.
After displaying eFuses values using "espefuse --port COMx summary", I see UART_PRINT_CONTROL -> DISABLED (b11)
But even disabled, Uart0 displays some messages on UART0

Regards
by ifoxbr
Thu Sep 22, 2022 7:59 pm
Forum: ESP-IDF
Topic: Help on eFuse
Replies: 2
Views: 1977

Help on eFuse

Hello, I need help to be able to read and write the efuse UART_PRINT_CONTROL. This eFuse is responsible for sending booting messages using UART0 at startup, but I have a printer conected on Uart0. I used the following code to read this eFuse, but ESP-IDF crashes on PANIC. I would be very grateful if...
by ifoxbr
Fri Aug 26, 2022 5:03 pm
Forum: General Discussion
Topic: Help on ESP32-S3 builtin JTAG debug on VSCODE (Windows 10)
Replies: 4
Views: 5108

Re: Help on ESP32-S3 builtin JTAG debug on VSCODE (Windows 10)

Solved !!!

Most of my problems were the wrong documentation
by ifoxbr
Wed Aug 24, 2022 8:43 pm
Forum: General Discussion
Topic: Help on ESP32-S3 builtin JTAG debug on VSCODE (Windows 10)
Replies: 4
Views: 5108

Help on ESP32-S3 builtin JTAG debug on VSCODE (Windows 10)

Please, I need help to make debug work on ESP32S3. Trying with "Hello World" sample First I tried debug using Esp-IDF version 4.4.2... many Jtag errors. It was impossible to flash code. Read and tried almost every suggestion I found on Google. Then decided to try new version, I´ve installed version ...
by ifoxbr
Tue Aug 23, 2022 4:24 pm
Forum: ESP-IDF 中文讨论版
Topic: ESP32-Ethernet-Kit开发板 ,通过JTAG 烧录程序确正常, 但是使用JTAG仿真时报错
Replies: 4
Views: 2959

Re: ESP32-Ethernet-Kit开发板 ,通过JTAG 烧录程序确正常, 但是使用JTAG仿真时报错

Hello wnysmart

I have same error as yours

Debug adapter -> Extension: DEBUG_ADAPTER_STARTED
Debug adapter -> Extension: DEBUG_ADAPTER_READY2CONNECT
Debug Adapter initialized
Failed to wait for target state 1! Current state 2


How did you solve it ?
I´m on this problem for almost 2 weeks
by ifoxbr
Thu Aug 18, 2022 1:19 pm
Forum: Hardware
Topic: ESP32-S3 USB-JTAG
Replies: 7
Views: 10301

Re: ESP32-S3 USB-JTAG

Hi DaniSi
Were you able to use esp-prog (external Jtag) with ESP32S3 ? Which USB driver did you use to connect both the internal and external Jtag? Are you using GPIO3 to select or burned eFuse?

Regards