ESP32 HIGROW Error invalid header: 0xffffffff

Tengo un problema con el HIGRWO el día de hoy me amaneció con este error en el código

er: 0xffffffff
invalid header: 0xffffffff 

Se repite

Si toco el botón de reiniciar sigue apareciendo el mismo mensaje. No puedo meterle otro código porque no me deja, sale este mensaje cuando intento meter un código en blanco o cualquier otro.

El Sketch usa 230493 bytes (17%) del espacio de almacenamiento de programa. El máximo es 1310720 bytes.
Las variables Globales usan 20968 bytes (6%) de la memoria dinámica, dejando 306712 bytes para las variables locales. El máximo es 327680 bytes.
esptool.py v4.5.1
Serial port COM3
Connecting.......
Chip is ESP32-D0WDQ6-V3 (revision v3.0)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 44:17:93:8f:3f:04
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
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.
Configuring flash size...
Flash will be erased from 0x00001000 to 0x00005fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x00048fff...
Compressed 18992 bytes to 13112...

A fatal error occurred: Packet content transfer stopped (received 8 bytes)
Failed uploading: uploading error: exit status 2

Moderador:
Por favor, lee las Normas del foro y edita tu código/error usando etiquetas de código.
Ve a edición, luego selecciona todo el código que has publicado, lo cortas y click en (<CODE/>)



NO respondas sin antes editar!!
Busca la opción que te borra la flash en el ESP32. Esta corrupta.

Ahora me sale este error, también he intentado formatearlo y me aparece lo mismo.

El Sketch usa 758733 bytes (57%) del espacio de almacenamiento de programa. El máximo es 1310720 bytes.
Las variables Globales usan 46064 bytes (14%) de la memoria dinámica, dejando 281616 bytes para las variables locales. El máximo es 327680 bytes.
esptool.py v4.5.1
Serial port COM3
Connecting....
Chip is ESP32-D0WDQ6-V3 (revision v3.0)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
WARNING: Detected crystal freq 41.01MHz is quite different to normalized freq 40MHz. Unsupported crystal in use?
Crystal is 40MHz
MAC: 44:17:93:8f:3f:04
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
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.
Configuring flash size...
Erasing flash (this may take a while)...

A fatal error occurred: Packet content transfer stopped (received 8 bytes)
Failed uploading: uploading error: exit status 2

Parece como que no pudiera conectarse con la memoria del microcontrolador

Prueba para esta etapa limitar la velocidad de grabación a 115200 bps.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.