Search found 1 match
- Tue Jun 25, 2024 7:35 pm
- Forum: General Discussion
- Topic: ESP32 Mulitple SPI devices: conflict with spi->begin() in Arduino on board manager v3.0.x
- Replies: 0
- Views: 463
ESP32 Mulitple SPI devices: conflict with spi->begin() in Arduino on board manager v3.0.x
Hi, hopefully this is the right place to post and ask for help. I've been successfully using ESP32-S3 with Arduino board manager V2.0.x to support multiple SPI devices on the same VSPI bus. Now, with migration to board manager v3.0.x, it seems there is a conflict when calling SPI->begin() more than ...