Unable to flash esp32 dev board with LoRa radio attached
Posted: Wed Sep 22, 2021 12:12 am
I have the LoRa SX1280 attached to the ESP32 breakout board but if I have the VCC from the radio connected to any of the 3.3v pins on the board or if it is connected to a common power rail, the board will not flash. Whether I am using the Arduino IDE, PlatformIO or the ESP-IDF toolset the result is the same. The code will compile and get compressed, but then not load. The error is always:
If I unplug the VCC wire it works fine.
If anyone has any ideas I would appreciate hearing them!
TIA,
Kevin
Code: Select all
A fatal error occurred: Timed out waiting for packet content
If anyone has any ideas I would appreciate hearing them!
TIA,
Kevin