using SPI, do we need to control the pins?
I'm trying to set up the SPI5 for a test but see a lot of references online indicating the pins modes need to also be set. I figured the driver would do that. The init seem pretty straight forward. but the transmit does not. Do I need to set my pin m...