Hi @superspud9 ,
Answer your questions:
The final device's chip select is connected to a GPIO that is not PCS1 or PCS2.
Is it possible to use the LPSPI peripheral without specifying one of the 4 available chip selects?
ie. Can I manually control the chip select for this device. Toggle it low when before I initiate a transfer, and toggle it high after the transfer is complete?
Answer:
Yes, you can use the GPIO toggle as the PCS pin to select the SPI slave.
Just add the GPIO code, and in the code, before you transfer the SPI data, pull the GPIO from high to low. After transfer is finished, pull the GPIO from low to higher.
It's totally the normal usage.
Wish it helps you!
If you still have questions about it, please kindly let me know.
Best Regards,
Kerry