Search found 9 matches

by Atul_90
Sat Aug 24, 2019 8:23 pm
Forum: ESP-IDF
Topic: ESP32 - Debugging using Eclipse [solved]
Replies: 15
Views: 21052

Re: ESP32 - Debugging using Eclipse [solved]

Change the "/" to "\" on IDF_PATH variable on your settings. I just made a new setup on eclipse to check... I used https://dl.espressif.com/dl/esp-idf-tools-setup-1.2.exe to install the openocd. The setup work OK...ish... Here is my setup: 1.jpg 2.jpg 3.jpg Hi Calin, thanks for the kind support,act...
by Atul_90
Fri Aug 23, 2019 8:51 pm
Forum: ESP-IDF
Topic: ESP32 - Debugging using Eclipse [solved]
Replies: 15
Views: 21052

Re: ESP32 - Debugging using Eclipse [solved]

That may be caused by some wrong environment variables or environment paths setup on Eclipse. I was using Eclipse for build/debug software on ESP32 some time ago and i found it very hard and time consuming to set up a esp32 project on Eclipse. Moving the project to a different PC is a headache too ...
by Atul_90
Thu Aug 22, 2019 8:03 pm
Forum: ESP-IDF
Topic: Can anyone guide me for debugging code on eclipse using WROVER kit
Replies: 2
Views: 3150

Re: Can anyone guide me for debugging code on eclipse using WROVER kit

Just to rule out the obvious. Are you able to debug without using eclipse (i.e. running OpenOCD and GDB)? Hi Dazz, I am not geting that only its working or no. openocd is detecting the remote target i think when i try to launch the debug it gives some error i am attaching the screenshot of both ope...
by Atul_90
Wed Aug 21, 2019 8:45 pm
Forum: ESP-IDF
Topic: Can anyone guide me for debugging code on eclipse using WROVER kit
Replies: 2
Views: 3150

Can anyone guide me for debugging code on eclipse using WROVER kit

Hi All, I am new to this environment ,but went through all the guides and reference about jtag dbugging wrover kit documents still i am stuck in middle,unable to debug any c CODE on eclipse with wrover kit. trying from many days but not able to make it up can you guys help me in this issue..? regard...
by Atul_90
Wed Aug 21, 2019 8:35 pm
Forum: ESP-IDF
Topic: ESP32 - Debugging using Eclipse [solved]
Replies: 15
Views: 21052

Re: ESP32 - Debugging using Eclipse [solved]

The gdb response looks OK. There must be something wrong on eclipse debug settings... On step 6 from eclipse debug instructions, click "Browse" and select the xtensa-esp32-elf-gdb.exe on your PC Hi CalinB, i have seleced the xtensa-esp32-elf-gdb.exe file in step 6 now when i debug on eclipse i have...
by Atul_90
Sun Aug 18, 2019 9:54 pm
Forum: ESP-IDF
Topic: ESP32 - Debugging using Eclipse [solved]
Replies: 15
Views: 21052

Re: ESP32 - Debugging using Eclipse [solved]

The command should be entered on command line. The paths to gdb and openocd should be set on system environment variables. As a alternative solution to eclipse, you can try Visual Studio Code. Here is a quick start guide for debugging esp32 on VsCode: https://github.com/botofancalin/Esp32_debug_tem...
by Atul_90
Sun Aug 18, 2019 9:09 pm
Forum: General Discussion
Topic: ESP32-WROVER-KIT Eclipse JTAG programming
Replies: 3
Views: 5158

Re: ESP32-WROVER-KIT Eclipse JTAG programming

I am uing wrover kit with JTAG inerface ,as mentiond in step 8 in using debugugger page need to add program_esp32 in textbox, i am adding same line $(workspace_loc:blink/build/blink.bin) 0x10000 verify but it is failing to program as well as it says sometimes cannot find workspace_loc user defined c...
by Atul_90
Sun Aug 11, 2019 5:29 pm
Forum: ESP-IDF
Topic: ESP32 - Debugging using Eclipse [solved]
Replies: 15
Views: 21052

Re: ESP32 - Debugging using Eclipse

Start the GDB first using command: openocd -s share/openocd/scripts -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp32-wrover.cfg Then start the debugging session on eclipse hi i am new to this,i want to debug my application in elipse.you have given command to start the gdb where this command ne...
by Atul_90
Sun Jul 14, 2019 3:41 pm
Forum: General Discussion
Topic: Unable to bebug ESP32 PICO kit4_1 using Eclipse
Replies: 0
Views: 1846

Unable to bebug ESP32 PICO kit4_1 using Eclipse

Hi All, I am new to this chip as well as eclipse IDE ,I have esp 32 Pico Dev kit 4_1 I want to debug the code from eclipse IDE how to do it please help. I have searched for debug but I am getting steps for esp32 wroom or esp32 there it uses JTAG interface for my device it has only USB to serial inte...