I've made a custom PCB with a ESP-WROOM-32 on it. Then I've made another PCB (with all my sensors), and connect those two board together using a 60-pin connector.
If I start up my ESP-board when the other PCB is NOT connected, then all is good. But if I connect the two together and then start the ESP32 board I get a whole lot of this:
Code: Select all
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
Falling back to built-in command interpreter.
OK
The error message leads me to believe that the ESP-WROOM-32 is unable to read the SPI-Flash, which I believe is connected to GPIO_6 -> GPIO_11, but none of those are connected to anything, and that's why I'm looking for some guidance. What else could cause the ESP to throw the error above?