Search found 5 matches

by pokmo6
Tue Aug 01, 2017 3:06 pm
Forum: ESP-IDF
Topic: TUMPA and JTAG
Replies: 2
Views: 6614

Re: TUMPA and JTAG

Hi, have you double checked the JTAG PIN connection? Attached you will find my cabling (esp32 DEV C). I am not using this entry in the config: esp32 flashbootstrap 1.8 HTH br Patrick Thanks for posting your setup. Now I'm quite certain my wiring and jumper settings are correct. Perhaps my TUMPA is ...
by pokmo6
Tue Aug 01, 2017 1:24 am
Forum: General Discussion
Topic: JTAG error
Replies: 6
Views: 10300

Re: JTAG error

roctwo wrote:
ESP_Sprite wrote:Can you see if the VTAR_PWR LED on the Tumpa lights up? If not, you either need to connect Vtar to the ESP32's 3.3V or change the VT_SEL jumper to the other position.
VTAR_PWR LED is bright.
Hi

I'm having exactly the same issue as you did. Did you manage to figure it out?

Cheers
by pokmo6
Mon Jul 31, 2017 1:37 pm
Forum: ESP-IDF
Topic: TUMPA and JTAG
Replies: 2
Views: 6614

TUMPA and JTAG

Hi I'm having a tough time trying to setup TUMPA with a ESP-WROOM-32 breakout on OSX 10.12.6, but I'm stuck with the "all ones" error: "Error: JTAG scan chain interrogation failed: all ones" I believe I have the wiring correct, because I get the "all zeroes" error when I ground TDO: "Error: JTAG sca...
by pokmo6
Mon Jul 31, 2017 1:29 pm
Forum: ESP-IDF
Topic: OpenOCD installation issues, can't find 'esp108'
Replies: 12
Views: 18612

Re: OpenOCD installation issues, can't find 'esp108'

It works now, thank you!! It did require connection of VCC to the JTAG for successful connection, and then ready to go! Congratulations! I'm getting the same "all ones" error you had before, but I'm using TUMPA. Did you just make the VCC connection to get it to work? I've already got VCC connected ...
by pokmo6
Thu Jul 13, 2017 11:44 pm
Forum: General Discussion
Topic: Debugging ethernet ARP
Replies: 0
Views: 2707

Debugging ethernet ARP

Hi

With ETHARP_DEBUG set to LWIP_DBG_ON, should I expect to see messages printed on stdout?

Also, is ethernet_input() used for receiving frames for all interfaces? So, even over WiFi, I should expect ethernet_input() to be invoked - right?

Thanks