Search found 3 matches
- Thu Jun 09, 2022 6:05 pm
- Forum: Hardware
- Topic: The notorious "flash read err, 1000" - with a twist
- Replies: 11
- Views: 27925
Re: The notorious "flash read err, 1000" - with a twist
My problem was similar and was solved by folowing the steps on https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/flash-encryption.html#disabling-flash-encryption: If flash encryption was enabled accidentally, flashing of plaintext data will soft-brick the ESP32. The device will re...
- Thu Jun 09, 2022 6:03 pm
- Forum: ESP-IDF
- Topic: ESP32 Flash Download Tool produces "flash read err, 1000" on boot
- Replies: 7
- Views: 26561
Re: ESP32 Flash Download Tool produces "flash read err, 1000" on boot
My problem was similar and was solved by folowing the steps on https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/flash-encryption.html#disabling-flash-encryption: If flash encryption was enabled accidentally, flashing of plaintext data will soft-brick the ESP32. The device will re...
- Wed Feb 24, 2021 9:02 pm
- Forum: ESP-IDF
- Topic: Clearing I2C ring buffer
- Replies: 2
- Views: 3225
Re: Clearing I2C ring buffer
I am running into the same problem. Did you find any solution?