I am having trouble understanding how to configure SPI1_SCS[1] to be the active chip select line on writes to my SPI1 port. I understand how to configure the PINMUX5_3_0=0x1 to select the SPI_SCS[1] function for the pin. I also understand how to configure spi->SPIPC0.SCS0FUN[n]=0x02 to make SPI1_SCS1 a SPI functional pin. But what I do not understand is how to actually *select* SPI_SCS1 when I write to the SPI1 port. At first I thought SPIDAT1->CSNR[1] would select CS1, but this config register only tells the SPI port whether CS is to be a 1 or zero during the SPI transfer.
How to I select SPI1_SCSn1 for my SPI1 port transfers?
Thx,
Mikeh