Search found 10 matches
- Mon Aug 07, 2023 12:30 am
- Forum: ESP-IDF
- Topic: Use USB Serial/JTAG simultaneously? (ESP32-S3)
- Replies: 1
- Views: 1567
Re: Use USB Serial/JTAG simultaneously? (ESP32-S3)
I found and fixed the problem, which I think was caused by my IDE incorrectly installing the drivers. After I get the serial port working(with JTAG not working), there are 2 devices in the device manager, "USB JTAG/serial debug unit," and "USB Serial Device." But for some reason in the JTAG/Serial d...
- Sun Aug 06, 2023 1:38 am
- Forum: ESP-IDF
- Topic: Use USB Serial/JTAG simultaneously? (ESP32-S3)
- Replies: 1
- Views: 1567
Use USB Serial/JTAG simultaneously? (ESP32-S3)
I just populated a custom PCB and have successfully flashed and debugged a test program using JTAG, but I cannot get the serial port working at the same time as JTAG. To get the serial port to show up in my COM ports after flashing/debugging with JTAG, I have to uninstall the driver in Device Manage...
- Sat Aug 05, 2023 1:35 am
- Forum: Hardware
- Topic: Programming ESP32 using another ESP32
- Replies: 9
- Views: 8546
Re: Programming ESP32 using another ESP32
I know this is an old thread, but for anyone googling in 2023+
https://github.com/espressif/esp-serial-flasher
https://github.com/espressif/esp-serial-flasher
- Wed Dec 07, 2022 6:28 am
- Forum: Hardware
- Topic: ESP32 Reset loop after using reset pin
- Replies: 5
- Views: 3435
Re: ESP32 Reset loop after using reset pin
Edit: Tried programming it with an example project using VisualGDB instead of VisualMicro/Arduino and it was able to program via JTAG. So looks like it is a software related problem. Oh I forgot to mention if I press boot button it does go into UART boot mode. I've tried programming with JTAG and it...
- Tue Dec 06, 2022 4:27 am
- Forum: Hardware
- Topic: ESP32 Reset loop after using reset pin
- Replies: 5
- Views: 3435
Re: ESP32 Reset loop after using reset pin
I'm having almost exact same issue, down to the old prototype working and the new one not. Not sure if the OP was able to program it, but I'm unable to program via UART or JTAG. I believe the problem has something to do with the flash, when trying to upload it can't detect flash size and defaults to...
- Wed Mar 09, 2022 2:55 am
- Forum: Hardware
- Topic: Wrover-IE NC Pins
- Replies: 3
- Views: 2546
Re: Wrover-IE NC Pins
Well that sucks, they seem to be the most popular for sale. Wonder why they decided to do that.
- Wed Mar 09, 2022 2:49 am
- Forum: Hardware
- Topic: Flash Memory Corruption Issue
- Replies: 17
- Views: 15858
Re: Flash Memory Corruption Issue
Yes, I was working on a project/job, uploaded the program and it was working. Changed one line, and all of a sudden it kept restarting from an exception. I removed the changes, tried again and it still wasn't working. I tried to start debugging with JTAG, and noticed during upload it wasn't able to ...
- Sun Mar 06, 2022 1:33 am
- Forum: Hardware
- Topic: Unable to auto flash with custom board
- Replies: 2
- Views: 2388
Re: Unable to auto flash with custom board
Try soldering a 10uf cap from EN to ground.
- Sun Mar 06, 2022 1:32 am
- Forum: Hardware
- Topic: Flash Memory Corruption Issue
- Replies: 17
- Views: 15858
Re: Flash Memory Corruption Issue
I just had a module with bad flash, had to take the shield off and replace the chip. Works now.
If you have an EEPROM programmer, try reading the chip and see if it fully erases.
If you have an EEPROM programmer, try reading the chip and see if it fully erases.
- Sun Mar 06, 2022 1:27 am
- Forum: Hardware
- Topic: Wrover-IE NC Pins
- Replies: 3
- Views: 2546
Wrover-IE NC Pins
In the datasheet the Wrover-IE says 7 or so pins are not connected. Are they actually connected to flash, like the non e/ie version? I got a TFT screen working on the flash pins on the 8266, and I'd like to do the same with the wrover. I would test the wrover, but I do not have any development board...