we making new project with esp32 in it. with initially installed 32mhz it does not started even in bootloader mode. with 26 and 40mhz generators we were succeeded to start and program.
My question is which frequencies are allowed and prefered for esp32?
Search found 5 matches
- Sat Apr 19, 2025 3:36 pm
- Forum: Hardware
- Topic: which generators can be used with esp32?
- Replies: 1
- Views: 81
- Tue Dec 17, 2024 8:23 am
- Forum: Hardware
- Topic: Can not get into bootloader-mode
- Replies: 8
- Views: 5019
Re: Can not get into bootloader-mode
WARNING: Failed to communicate with the flash chip, read/write operations will fail. Try checking the chip connections or removing any
Ahrg, I could have spotted that in the schematics. You can't program the flash because there is no flash to program: The ESP32-D0WD does not come with in ...
- Tue Dec 17, 2024 12:37 am
- Forum: Hardware
- Topic: Can not get into bootloader-mode
- Replies: 8
- Views: 5019
Re: Can not get into bootloader-mode
Unfortunatelly it does not work for meI am not sure if I am answering your question, but I managed to get a WROOM 32 into boot mode as follows:
Connect R21 to GND (and not 3V3).
Increase C20 to 10 uF or larger.
Hope this helps. Please let me know.
- Mon Dec 16, 2024 12:39 pm
- Forum: Hardware
- Topic: Can not get into bootloader-mode
- Replies: 8
- Views: 5019
Re: Can not get into bootloader-mode
Here is my flash log:
esptool.py v4.2.1
Serial port /dev/ttyUSB0
Connecting....
Chip is ESP32-D0WDQ6 (revision 0)
Features: WiFi, BT, Dual Core, Coding Scheme None
Crystal is 40MHz
MAC: 24:0a:c4:80:27:0c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
WARNING ...
esptool.py v4.2.1
Serial port /dev/ttyUSB0
Connecting....
Chip is ESP32-D0WDQ6 (revision 0)
Features: WiFi, BT, Dual Core, Coding Scheme None
Crystal is 40MHz
MAC: 24:0a:c4:80:27:0c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
WARNING ...
- Sun Dec 15, 2024 11:37 pm
- Forum: Hardware
- Topic: Can not get into bootloader-mode
- Replies: 8
- Views: 5019
Can not get into bootloader-mode
Code: Untitled.nsi Select all
Assume that one of specific gpio was used. Peale suggest which one. Schematic attached to the ticket. GPIO5 and MTMS pin are removed already, but result is the same. Can some one give any advice?