Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP eclipse jtag debugging (IDFGH-8306) #9787

Open
3 tasks done
SimonPVS opened this issue Sep 14, 2022 · 0 comments
Open
3 tasks done

ESP eclipse jtag debugging (IDFGH-8306) #9787

SimonPVS opened this issue Sep 14, 2022 · 0 comments
Assignees
Labels
Status: Opened Issue is new Type: Bug bugs in IDF

Comments

@SimonPVS
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

esp-idf v4.3.1

Operating System used.

Windows

How did you build your project?

Eclipse IDE

If you are using Windows, please specify command line type.

CMD

What is the expected behavior?

a working debug session

What is the actual behavior?

The JTAG is capable of programming the target but the debugger is not halted as expected at the start of the program.

Last lines of the console:
** Flashing done for DWP23xx.bin ** ** Resetting Target ** Info : JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1) Info : JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1) Info : esp32.cpu0: Debug controller was reset. Info : esp32.cpu0: Core was reset. Info : esp32.cpu0: Target halted, PC=0x500000CF, debug_reason=00000000 Info : esp32.cpu0: Core was reset. Info : esp32.cpu1: Debug controller was reset. Info : esp32.cpu1: Core was reset. 0 Started by GNU MCU Eclipse Info : Listening on port 6666 for tcl connections Info : Listening on port 4444 for telnet connections Info : esp32.cpu0: Debug controller was reset. Info : esp32.cpu0: Core was reset. Info : esp32.cpu1: Debug controller was reset. Info : esp32.cpu1: Core was reset.

Steps to reproduce.

I have tried different projects. (current project as well as the hello-world)

So steps:

  1. Build a project
  2. Make a debug configuration (i have selected the ESP32 chip via ESP-PROG)
  3. Try to debug

Build or installation Logs.

No response

More Information.

No response

@SimonPVS SimonPVS added the Type: Bug bugs in IDF label Sep 14, 2022
@espressif-bot espressif-bot added the Status: Opened Issue is new label Sep 14, 2022
@github-actions github-actions bot changed the title ESP eclipse jtag debugging ESP eclipse jtag debugging (IDFGH-8306) Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

3 participants