Search found 2 matches

by ericrafaelp
Wed Nov 16, 2022 12:58 pm
Forum: ESP32 Arduino
Topic: Both HSPI and VSPI pins pulled down when using single SPI bus. Remaining pins cannot be used as GPIOs.
Replies: 3
Views: 1839

Both HSPI and VSPI pins pulled down when using single SPI bus. Remaining pins cannot be used as GPIOs.

When using the SPI bus, the library is somehow enabling HSPI and VSPI at the same time, thus pulling down pins for both SPI buses. Those pins cannot be pulled up (therefore taking 8 pins to work instead of 4). I need to use the remaining pins as GPIOs (in this case, as interrupts with pullup configu...