For project the first day ,I want to build environment for Esp32-Wroom-32D.
Thanks for help ~!
What IDE supports ESP32-WROOM-32D Devkit module to debug firmware ?
- ESP_Roland
- Posts: 261
- Joined: Tue Oct 09, 2018 10:28 am
Re: What IDE supports ESP32-WROOM-32D Devkit module to debug firmware ?
Please take a look at this page: https://docs.espressif.com/projects/esp ... ugger.html
Re: What IDE supports ESP32-WROOM-32D Devkit module to debug firmware ?
Hello,
I tried idf.py openocd gdbgui debugger and this command doesnt work in my case.
I have an esp-prog connected to and an esp-wroom-32d and I get following output if I want to set a breakpoint:
Maybe you can help me:
What means "No source file named c." and how can I add breakpoints??
Thank you.
I tried idf.py openocd gdbgui debugger and this command doesnt work in my case.
I have an esp-prog connected to and an esp-wroom-32d and I get following output if I want to set a breakpoint:
Code: Select all
0x401773be in ?? ()
JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
cpu0: Debug controller 0 was reset.
cpu0: Core 0 was reset.
cpu0: Target halted, PC=0x500000CF, debug_reason=00000000
esp32: Core 0 was reset.
esp32: Debug controller 1 was reset.
esp32: Core 1 was reset.
Target halted. CPU0: PC=0x40000400 (active)
Target halted. CPU1: PC=0x40000400
Target halted. CPU0: PC=0x400D6633 (active)
Target halted. CPU1: PC=0x401773BE
[New Thread 1073497816]
[New Thread 1073495924]
[New Thread 1073500468]
[New Thread 1073488220]
[New Thread 1073412792]
[New Thread 1073413676]
[New Thread 1073489360]
[Switching to Thread 1073494032]
Thread 1 hit Temporary breakpoint 1, app_main () at ../main/main.c:44
44 log_set_level(LOG_INFO);
set breakpoint pending on
No source file named c.
What means "No source file named c." and how can I add breakpoints??
Thank you.
Who is online
Users browsing this forum: Baidu [Spider] and 78 guests