Page 1 of 1
ESP32 Source code Debug
Posted: Fri Aug 26, 2022 8:19 am
by ketan vadodariya
Hi Helper,
I am using ESP32 DevKit v4 with USB Connection power supply. I am looking for the debug option for the debugging the source code. I don't have any external Module Like JTAG or Segger tools as debugger.
Does ESP32 Devkit V4 has on-board debugger option ? Can I debug thorough the USB which is used for the programming the device ?
Re: ESP32 Source code Debug
Posted: Fri Aug 26, 2022 11:23 am
by ESP_Sprite
I imagine you mean the ESP32 DevKitC v4? That one does not have an USB-to-JTAG bridge onboard, sorry.
Re: ESP32 Source code Debug
Posted: Mon Aug 29, 2022 6:02 am
by ketan vadodariya
Ok,
Noted. Thank you for your reply. I got at-least one reply from the forum.
Thank you!.
Re: ESP32 Source code Debug
Posted: Mon Aug 29, 2022 8:13 am
by ketan vadodariya
Hi,
I have an question regarding the data reading from the USB port. My logging system is print through the UART0 and I have to read the data through the same UART port (That means USB ).
Re: ESP32 Source code Debug
Posted: Mon Aug 29, 2022 11:02 am
by ESP_Sprite
1. that is not a question,
2. please start a separate topic for that issue.
Re: ESP32 Source code Debug
Posted: Mon Aug 29, 2022 11:10 am
by ketan vadodariya
Okay,
Noted
Re: ESP32 Source code Debug
Posted: Tue Sep 06, 2022 5:14 pm
by ccrause
ESP_Sprite wrote: ↑Fri Aug 26, 2022 11:23 am
I imagine you mean the ESP32 DevKit
C v4? That one does not have an USB-to-JTAG bridge onboard, sorry.
Using an FT2232H or FT232H board is not that expensive and works quite well (FT2232H is used on the
ESP-WROVER-KIT).