Search found 4 matches

by NurEng
Sun Oct 20, 2024 4:45 pm
Forum: General Discussion
Topic: Slow debug
Replies: 1
Views: 520

Slow debug

I use Vscode with platformio to debug esp32-wrover-kit . The process of debugging is very slow !! 1- you need to start so you need to compile and upload ( ca.10minutes) 2- you start debugger , ( ca. 5minutes) 3- you step through, each step 10 seconds. 4- you need to change or add something you retur...
by NurEng
Sun Oct 20, 2024 4:28 pm
Forum: General Discussion
Topic: Hex display in WATCH window
Replies: 0
Views: 333

Hex display in WATCH window

Hello , I am using platformio in VScode to debug esp32-wrover kit . I need to display the numbers in the watch window in hexidecimal insrtead of decimals. I must see this in the watch window not by using gdb commands. In platformio , the debug_init_cmds = set output-radix 16 causes problems in the d...
by NurEng
Fri Apr 26, 2024 12:16 pm
Forum: General Discussion
Topic: ESP-PROG JTAG ERROR
Replies: 1
Views: 523

Re: ESP-PROG JTAG ERROR

I found the reason.

Simple reset of the target

;)
by NurEng
Wed Apr 24, 2024 4:00 pm
Forum: General Discussion
Topic: ESP-PROG JTAG ERROR
Replies: 1
Views: 523

ESP-PROG JTAG ERROR

I worked for a while with esp-prog PIO on VS . Now when I try to upload , i get the following: Error: JTAG scan chain interrogation failed: all ones Error: Check JTAG interface, timings, target power, etc. Error: Trying to use configured scan chain anyway... Error: esp32.cpu0: IR capture error; saw ...