espressif / esp-dev-kits

Docs, Schematics, Factory Firmwares for ESP Development Kits
Other
345 stars 183 forks source link

Ask about the pin usage of SPI TF #22

Closed coollofty closed 1 year ago

coollofty commented 3 years ago

I use two SPI devices now, one is SPI Master. This is currently working properly. It uses some pins from GPIO9~14. Since a camera is also connected, the camera PCLK uses GPIO33, so I want to is it feasible to connect an SPI TF and the threes works fine together?

leeebo commented 3 years ago

@coollofty SPI as a bus can theoretically connect multiple devices with different CS pins, you can try it.