Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Debugging wiring (Read 818 times)
HomerRamone
Junior Member
**
Offline


Posts: 38
Joined: Feb 5th, 2022
Debugging wiring
Mar 23rd, 2022 at 6:29pm
Print Post  
There are 2 links for debugging wiring here:
https://www.visualmicro.com/page/ESP32-Debugging.aspx
Debugging and Debugging+Serial

Whats the difference between these two. 

Also in the latter debugger pin 6 looks to be connected to I00 on the ESP - my ESP doesnt seem to have this pin Sad

Finally in the diagram for ESP Devkit to External ESP32 which way is it going ? Using the devkit to debug external or vice versa.

Thanks
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2145
Joined: Feb 13th, 2019
Re: Debugging wiring
Reply #1 - Mar 24th, 2022 at 11:18am
Print Post  
Quote:

Debugging and Debugging+Serial

Whats the difference between these two.

The Debugging diagrams show just how to connect the debug probe to the board, so to use serial you will need to connect the USB cable as well.
The Debugging + Serial, mean the serial lines are passed through the debug probe as well, so you can have both debugging and serial through the single USB lead to the debug probe.

Quote:
Also in the latter debugger pin 6 looks to be connected to I00 on the ESP - my ESP doesnt seem to have this pin Sad

IO0 is one of the bootstrapping pins, so it is normally broken out somewhere on the board. Which module do you have?

Quote:
Finally in the diagram for ESP Devkit to External ESP32 which way is it going ? Using the devkit to debug external or vice versa.

This setup is using the Devkit's onboard debug probe, to debug an external ESP32 module
  
Back to top
 
IP Logged
 
HomerRamone
Junior Member
**
Offline


Posts: 38
Joined: Feb 5th, 2022
Re: Debugging wiring
Reply #2 - Mar 24th, 2022 at 11:50am
Print Post  
Quote:
Debugging and Debugging+Serial


So as long as I connect both devices with USB I can just connect with the first wiring diagram ? 

Quote:
IO0 is one of the bootstrapping pins

My module is one of these:
https://www.amazon.co.uk/gp/product/B07VJ34N2Q

On of the debuggers I have is this one:
https://www.amazon.co.uk/gp/product/B0933B8TCW

Quote:
ESP Devkit

So just like using my devkit as one smaller debugger I already have. Thats what I figured, thanks.

  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2145
Joined: Feb 13th, 2019
Re: Debugging wiring
Reply #3 - Mar 24th, 2022 at 12:24pm
Print Post  
Quote:
So as long as I connect both devices with USB I can just connect with the first wiring diagram ?

That's correct, if using both USB Connections generally you shouldn't need to connect the VCC line between the probe and the ESP.

Thanks for the board information, and it should work with the serial passthrough without the IO0 connected.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint