Search found 9 matches

by AndreRamakers
Mon Jun 24, 2024 7:52 am
Forum: Hardware
Topic: ESP32C3-mini-1 problem with strapping pins
Replies: 3
Views: 4877

Re: ESP32C3-mini-1 problem with strapping pins

Hi all,

Same for me. I can't flash modules with M4N4 while the others work just fine. I have sent a message to Espressif and hope that they come up with a solution.

André
by AndreRamakers
Mon May 06, 2024 12:37 pm
Forum: Hardware
Topic: Unable to program ESP32-C3-Mini through UART
Replies: 3
Views: 1209

Re: Unable to program ESP32-C3-Mini through UART

Found the issue, it was in the code of the STM32: the data returned from the ESP module was not send back to the pc. Case closed.
by AndreRamakers
Mon May 06, 2024 11:16 am
Forum: Hardware
Topic: Unable to program ESP32-C3-Mini through UART
Replies: 3
Views: 1209

Re: Unable to program ESP32-C3-Mini through UART

Strapping is working fine, for now I use RTS and CTS to enter the bootloader, the module replies: "ESP-ROM:esp32c3-api1-20210207...." which proves that the bootloader starts. Flash program tool sends: C0 00 08 24 00 00 00 00 00 07 07 12 20, 32 times 55, C0 Module replies: C0 01 08 04 00 07 07 12 20 ...
by AndreRamakers
Fri May 03, 2024 7:57 am
Forum: Hardware
Topic: Unable to program ESP32-C3-Mini through UART
Replies: 3
Views: 1209

Unable to program ESP32-C3-Mini through UART

Hello, I have my own board which contains a ESP32-C3-Mini. The schematic is an exact copy of the evaluation kit. On my board I have a STM32 which is connected to the ESP through the serial line. This micro also contains a usb to cdc driver (which we have used in the past with Wroom and Wrover module...
by AndreRamakers
Fri Oct 16, 2020 11:26 am
Forum: Hardware
Topic: HARDWARE Design
Replies: 2
Views: 2758

Re: HARDWARE Design

Hi, We have done our own design. The JTAG connects only with TMS, TCK, TDI and TDO. The reset is not connected to the programmer. Just power the WROOM and start debugging. Please be careful, I had to program the WROOM first through the serial line before the JTAG was usable. I have entered a questio...
by AndreRamakers
Tue Oct 13, 2020 8:08 am
Forum: ESP-IDF
Topic: First time programming with JTAG not possible!
Replies: 1
Views: 2174

First time programming with JTAG not possible!

Hi all,

I have noticed that I can't program an empty WROOM with JTAG. I have to program the module through the bootloader once to activate the JTAG usage. Is there a way to use JTAG also for first time programming? We really need this for production.

Thanks,
André
by AndreRamakers
Tue Oct 13, 2020 8:05 am
Forum: ESP-IDF
Topic: ESP32 DEV KIT C debug setup
Replies: 3
Views: 3756

Re: ESP32 DEV KIT C debug setup

Hi,

I have been struggling with debugging until I found "VisualGDB embedded". This is a plugin for Visual Studio which really works out of the box! Also "menuconfig" is now done from within Visual Studio just by editing the project properties. It is really worth its low price!
by AndreRamakers
Fri Mar 27, 2020 1:44 pm
Forum: Hardware
Topic: Debugging with JLink doesn't work
Replies: 3
Views: 7207

Re: Debugging with JLink doesn't work

Hi, do you use all the latest versions? Like openocd 20191114? I also tried version 20190313, same result. Here is the openocd board config: # BEA OpenOCD configuration file for ESP32-WROOM on RPU board. # # It uses a JLINK cable # # For example, OpenOCD can be started for ESP32 debugging on # # ope...
by AndreRamakers
Fri Mar 20, 2020 2:03 pm
Forum: Hardware
Topic: Debugging with JLink doesn't work
Replies: 3
Views: 7207

Debugging with JLink doesn't work

Hi, I am working on my own board. The code, letting a led blink, is working, the led blinks. The tools, all latest version, are running on Ubuntu (virtual machine) under Visual Studio Code. Compiling and programming works fine but I am already busy for two weeks trying to get the debugging working. ...