Search found 4 matches
- Tue Apr 23, 2019 9:00 am
- Forum: Hardware
- Topic: ESP32 debugging problem with OpenOCD, GDB and Olimex ARM-USB-OCD-H
- Replies: 2
- Views: 6149
Re: ESP32 debugging problem with OpenOCD, GDB and Olimex ARM-USB-OCD-H
Thank you. I get it also to work with a reduced adapter frequency of 2000 in the esp-wroom-32.cfg.
- Thu Apr 04, 2019 1:16 pm
- Forum: Hardware
- Topic: ESP32 debugging problem with OpenOCD, GDB and Olimex ARM-USB-OCD-H
- Replies: 2
- Views: 6149
ESP32 debugging problem with OpenOCD, GDB and Olimex ARM-USB-OCD-H
Hi, i am trying to use the Olimex ARM-USB-OCD-H JTAG debugger for debugging the Sparkfun ESP32 thing, but i have problems to start the debug process. My development Environment: Sparkfun ESP32 Thing JTAG Adapter: Olimex ARM-USB-OCD-H GNU gdb (crosstool-NG crosstool-ng-1.22.0-80-g6c4433a) 7.10 ESP-ID...
- Thu Apr 04, 2019 12:13 pm
- Forum: ESP-IDF
- Topic: IDF Monitor output
- Replies: 3
- Views: 4887
Re: IDF Monitor output
Thank you! It was the wrong configuration option. I changed the Flash SPI speed, but should have changed the XTAL frequency. Now it works.
- Wed Apr 03, 2019 2:53 pm
- Forum: ESP-IDF
- Topic: IDF Monitor output
- Replies: 3
- Views: 4887
IDF Monitor output
Hi, i have a ESP32 Thing from Sparkfun. First of all i typed make menuconfig to change the Flash SPI speed to 26 MHz and the Flash size to 4 MB according to the schematic and specification of the ESP32 Thing. I'm able to build and flash example programs like the blink or the hello world from IDF 3.1...