Search found 214 matches

by ThomasESP32
Tue Aug 09, 2022 8:23 am
Forum: General Discussion
Topic: How to debug easily on a ESP32-S3-DevKitC-1 development board ?
Replies: 7
Views: 6587

Re: How to debug easily on a ESP32-S3-DevKitC-1 development board ?

Do you know what can I do ?
Do I have to flash a sample program or something on the board before trying the same openocd command ???


Thank you for your help !
Best regards
by ThomasESP32
Tue Aug 09, 2022 6:32 am
Forum: General Discussion
Topic: How to debug easily on a ESP32-S3-DevKitC-1 development board ?
Replies: 7
Views: 6587

Re: How to debug easily on a ESP32-S3-DevKitC-1 development board ?

When I run the command : "openocd -f board/esp32s3-builtin.cfg" I now get the error message : PS C:\Espressif\frameworks\esp-idf-v4.4.2> openocd -f board/esp32s3-builtin.cfg Open On-Chip Debugger v0.11.0-esp32-20220411 (2022-04-11-08:48) Licensed under GNU GPL v2 For bug reports, read http://openocd...
by ThomasESP32
Tue Aug 09, 2022 6:03 am
Forum: General Discussion
Topic: How to debug easily on a ESP32-S3-DevKitC-1 development board ?
Replies: 7
Views: 6587

Re: How to debug easily on a ESP32-S3-DevKitC-1 development board ?

According to the schematic of the board, and the schematic of the module, I think the answer is yes.
It seems that the USB connector provides 5V and GND and that the other signals are directly linked to THE GPIO19/GPIO20 which are D+ and D-.

So it should be ok... Am I write ?
by ThomasESP32
Tue Aug 09, 2022 5:57 am
Forum: General Discussion
Topic: How to debug easily on a ESP32-S3-DevKitC-1 development board ?
Replies: 7
Views: 6587

Re: How to debug easily on a ESP32-S3-DevKitC-1 development board ?

At the following address, : https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging/configure-builtin-jtag.html I can see that the ESP32-S3 has a buildt-in JTAG circuitry that can be used to debug without any additionnal chip. Only a USB cable connected to the D+/D- p...
by ThomasESP32
Tue Aug 09, 2022 5:55 am
Forum: General Discussion
Topic: How to debug easily on a ESP32-S3-DevKitC-1 development board ?
Replies: 7
Views: 6587

Re: How to debug easily on a ESP32-S3-DevKitC-1 development board ?

Moreover, in the ESP32-S3-DevKitC-1 datasheet, I can see that there is a "ESP32-S3 USB Port": Full Speed USB OTG interface. It can be used to power the board, for flashing application as well as for JTAG debugging. But because I don't know the exact reference of my board (DevKitC-1-N8, N8R2....), I ...
by ThomasESP32
Mon Aug 08, 2022 3:38 pm
Forum: ESP32 Arduino
Topic: What is the diffrence between Arduino ESP32 and ESP-IDF ?
Replies: 1
Views: 1322

What is the diffrence between Arduino ESP32 and ESP-IDF ?

Hello starting the developpement of a ESP32 project, I need to choose between using Arduino ESP32 and ESP-IDF. Could you please explain me the main differences between these two things ? I understand that ESP-IDF comes with some methods like an API or something like that which seems to be very usefu...
by ThomasESP32
Mon Aug 08, 2022 2:53 pm
Forum: IDEs for ESP-IDF
Topic: VSCode with ESP32-S3-DevKitC-1 : Unable to flash the board correctly !
Replies: 2
Views: 4724

Re: VSCode with ESP32-S3-DevKitC-1 : Unable to flash the board correctly !

Excuse me but I still have one question concerning this subject... I would like to debug programs on my ESP32-S3-DevKitC-1 board but I don't know if it is possible or not without adding external component/hardware ? If it is possible I also do not know how to configure the VSCode IDE and project in ...
by ThomasESP32
Mon Aug 08, 2022 2:29 pm
Forum: IDEs for ESP-IDF
Topic: VSCode with ESP32-S3-DevKitC-1 : Unable to flash the board correctly !
Replies: 2
Views: 4724

Re: VSCode with ESP32-S3-DevKitC-1 : Unable to flash the board correctly !

Sorry but everything is ok now.
I checked the different options at the bottom of VSCode and managed to flash the program using the corresponding icon.

Best regards,

Thomas TRUILHE
by ThomasESP32
Mon Aug 08, 2022 1:59 pm
Forum: IDEs for ESP-IDF
Topic: VSCode with ESP32-S3-DevKitC-1 : Unable to flash the board correctly !
Replies: 2
Views: 4724

VSCode with ESP32-S3-DevKitC-1 : Unable to flash the board correctly !

Good afternoon, It is the first time that I work with Espressif products. I recently managed to install the Eclipse plugin, compile a sample project and flash it into my ESP32-S3-DevKitC-1 board and everything is ok. Now, I would like to try the VSCode extension but do not manage to do the same step...
by ThomasESP32
Fri Aug 05, 2022 3:30 pm
Forum: General Discussion
Topic: ESP32-S3 : Request Informations concerning ESP-IDF API
Replies: 1
Views: 1269

ESP32-S3 : Request Informations concerning ESP-IDF API

Good afternoon, The Espressif products are totally new for me. I have just installed Eclipse IDE and ESP-IDF 4.4 framework. I managed to create a new project based on a example and when I open it, I can see a lot of functions which seem to be part of an API. For example : These ones are extracted fr...