esp32 internal flash voltage
Posted: Fri Mar 07, 2025 10:39 am
Hi,
I am trying to findout internal flash module voltage for my esp32 chip:
esptool.py --chip esp32 --port /dev/cu.usbserial-0001 chip_id
esptool.py v4.8.dev5
Serial port /dev/cu.usbserial-0001
Connecting...
Chip is ESP32-D0WD-V3 (revision v3.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: fc:b4:67:ce:03:5c
Stub is already running. No upload is necessary.
WARNING: Failed to communicate with the flash chip, read/write operations will fail. Try checking the chip connections or removing any other hardware connected to IOs.
Warning: ESP32 has no Chip ID. Reading MAC instead.
MAC: fc:b4:67:ce:03:5c
Hard resetting via RTS pin...
As you can see, flash is not available anymore (it was working for two months), my current board is setting 3.3V (pin 12 low on boot). I am afraid that flash was burned due to high voltage...
I have tried to get info regarding correct internal voltage using latest version of datasheet, but there is no info there. https://www.espressif.com/sites/default ... eet_en.pdf
Where can I get this info ?
Thanks,
I am trying to findout internal flash module voltage for my esp32 chip:
esptool.py --chip esp32 --port /dev/cu.usbserial-0001 chip_id
esptool.py v4.8.dev5
Serial port /dev/cu.usbserial-0001
Connecting...
Chip is ESP32-D0WD-V3 (revision v3.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: fc:b4:67:ce:03:5c
Stub is already running. No upload is necessary.
WARNING: Failed to communicate with the flash chip, read/write operations will fail. Try checking the chip connections or removing any other hardware connected to IOs.
Warning: ESP32 has no Chip ID. Reading MAC instead.
MAC: fc:b4:67:ce:03:5c
Hard resetting via RTS pin...
As you can see, flash is not available anymore (it was working for two months), my current board is setting 3.3V (pin 12 low on boot). I am afraid that flash was burned due to high voltage...
I have tried to get info regarding correct internal voltage using latest version of datasheet, but there is no info there. https://www.espressif.com/sites/default ... eet_en.pdf
Where can I get this info ?
Thanks,