This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SPI0 Chip Select Active High

Currently the default for the SPI0 chip select is active low. I would like to change it to active high. Can I do this?

If not can I just have the SPI chip select on a pin I am not using and manually control the CS for SPI0? For example I would just turn it on before any SPI writes and turn it off when done.

Related