Search found 2 matches
- Wed Oct 05, 2022 3:06 pm
- Forum: Hardware
- Topic: ESP32 SPI Flash Communication
- Replies: 3
- Views: 8903
Re: ESP32 SPI Flash Communication
I have a SD Card connected to: #define SPI_MISO 12 #define SPI_MOSI 13 #define SPI_SCK 14 #define SPI_CS 5 ... and I couldn't upload if I had my SD Card Inserted and used it in my code. But if I took the SD card out or commented out the use of the SD Card, I could upload again. I believe it is becau...
- Wed Jul 06, 2022 1:14 pm
- Forum: ESP32 Arduino
- Topic: ESP32-C3 EEPROM.C write NVS storage not work
- Replies: 2
- Views: 3165
Re: ESP32-C3 EEPROM.C write NVS storage not work
I got that to work in Arduino, but not in PlatformIO.
My platformio.ini:
My platformio.ini:
Code: Select all
[env:adafruit_qtpy_esp32c3]
platform = espressif32
board = adafruit_qtpy_esp32c3
framework = arduino
board_build.flash_mode = qio