A fatal error occurred: Serial data stream stopped: Possible serial noise or corruption.
Posted: Thu Aug 18, 2022 12:32 am
I'm trying to upload an example code from Arduino to my ESP32 CAM, the Camera webserver example but for now days now i get different errors while trying to fix it. The below error is one of them, does anyone have an idea what this error is ? And incase my ESP32 is damaged How do I test to know for sure ?
Arduino: 1.8.19 (Windows 10), Board: "AI Thinker ESP32-CAM, 240MHz (WiFi/BT), QIO, Huge APP (3MB No OTA/1MB SPIFFS), 80MHz, None"
Sketch uses 1431465 bytes (45%) of program storage space. Maximum is 3145728 bytes.
Global variables use 65360 bytes (19%) of dynamic memory, leaving 262320 bytes for local variables. Maximum is 327680 bytes.
esptool.py v3.3
Serial port COM10
Connecting....
Chip is ESP32-D0WD (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: f0:08:d1:77:56:b0
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
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 0x0016efff...
Compressed 18560 bytes to 12759...
Writing at 0x00001000... (100 %)
A fatal error occurred: Serial data stream stopped: Possible serial noise or corruption.
A fatal error occurred: Serial data stream stopped: Possible serial noise or corruption.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.