ESP32-C6 AT SPI - Pin state
Posted: Thu May 29, 2025 8:48 pm
Hi all,
Currently using ESP32-C6 under AT SPI Mode, this is ESP32-C6 will act as a slave.
I am planning to share the same SPI bus with another peripheral (same bus signals but different CS).
AT SPI Mode pins used are the default ones.
I am trying to find out if the the MISO pin (GPIO20) will be placed in Hi-Z when CS pin (GPIO23) is not selected. Cannot find this explicitly on the documentation.
Also for the HANDSHAKE pin (GPIO21), Is it possible to change polarity?.
By default it transitions HIGH when requiring host attention and LOW when IDLE. I was wondering if this could be reversed.
I appreciate your comments.
Thanks!
Currently using ESP32-C6 under AT SPI Mode, this is ESP32-C6 will act as a slave.
I am planning to share the same SPI bus with another peripheral (same bus signals but different CS).
AT SPI Mode pins used are the default ones.
I am trying to find out if the the MISO pin (GPIO20) will be placed in Hi-Z when CS pin (GPIO23) is not selected. Cannot find this explicitly on the documentation.
Also for the HANDSHAKE pin (GPIO21), Is it possible to change polarity?.
By default it transitions HIGH when requiring host attention and LOW when IDLE. I was wondering if this could be reversed.
I appreciate your comments.
Thanks!