JLink + openocd for ESP32WROOM not working
Posted: Fri Mar 15, 2019 4:44 pm
Hi all,
I am new to ESP32. I connected ESP32-DevKitC with SEGGER JLink following the instructions at herehttps://docs.espressif.com/projects/esp ... -jtag.html.
I use the following command line for OpenOCD
The connection appears to work as I get some meaningful info and TAP detection
however the next lines report errors
Is there anything I should check or try?
Thanks
I am new to ESP32. I connected ESP32-DevKitC with SEGGER JLink following the instructions at herehttps://docs.espressif.com/projects/esp ... -jtag.html.
I use the following command line for OpenOCD
Code: Select all
bin/openocd -s share/openocd/scripts -f interface/jlink.cfg -f board/esp-wroom-32.cfg
Code: Select all
Info : VTarget = 3.322 V
Info : Reduced speed from 20000 kHz to 15000 kHz (maximum).
Info : Reduced speed from 20000 kHz to 15000 kHz (maximum).
Info : clock speed 20000 kHz
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)
Code: Select all
Info : xtensa_poll: Target offline
Error: xtensa_poll: Target failure
Polling target esp32 failed, trying to reexamine
Error: xtensa_poll: Target failure
Polling target esp32 failed, trying to reexamine
Error: xtensa_poll: Target failure
[... goes on forever ...]
Thanks