Search found 4 matches

by Nygmaquest
Thu Jan 19, 2023 9:11 am
Forum: ESP32 Arduino
Topic: Uploading code to ESP32 through serial suddenly stopped working
Replies: 3
Views: 6277

Re: Uploading code to ESP32 through serial suddenly stopped working

boot:0xb (HSPI_FLASH_BOOT) can be a hint: that points at some strapping pin that's not at the right level. Suggest you check those. Wrt corrupted bootloader: on ESP32 chips, the bootloader is in mask ROM, so aside from physically damaging the chip, there's no way to corrupt it. Well.... turns out I...
by Nygmaquest
Wed Jan 18, 2023 5:23 pm
Forum: ESP32 Arduino
Topic: Uploading code to ESP32 through serial suddenly stopped working
Replies: 3
Views: 6277

Re: Uploading code to ESP32 through serial suddenly stopped working

Any ideas from anyone? I don't really need to save that one esp32 wroom, I can just toss it, but I am very curious about what caused this bootloader failure. I pulled a fresh pcb and soldered another esp32 to it and so far the serial code upload is working fine, so hopefully it stays that way, becau...
by Nygmaquest
Sun Jan 15, 2023 2:17 pm
Forum: ESP32 Arduino
Topic: Uploading code to ESP32 through serial suddenly stopped working
Replies: 3
Views: 6277

Uploading code to ESP32 through serial suddenly stopped working

Hello, I created a simple breakout board for ESP32 module, it's just the module itself with some filtering caps on power rail and hooked it up to my FTDI uart to serial converter like so RX -> TX TX -> RX GND -> GND 3.3 -> 3.3V Then yesterday I tried uploading a simple blink sketch with serial print...
by Nygmaquest
Sun Oct 10, 2021 2:59 pm
Forum: ESP32 Arduino
Topic: Erasing factory firmware on esp32 with jtag?
Replies: 0
Views: 1557

Erasing factory firmware on esp32 with jtag?

Hi, hopefully this is the correct forum category for this. I want to use jtag with esp-prog to program and debug my esp32 wroom modules (with platformIO), but sadly they all come preloaded with a firmware from the factory which makes use of the pins that are needed for the JTAG protocol. This means ...