Hi Robert,
It's easy to realize it, just don't use the hardware SPI SSEL function.
Use the GPIO function instead of the hardware SPI ssel function.
You can configure C2[MODFEN] as 0:

Or you also can use the other GPIO pin as the SSEL pin.
Before your send the SPI data, pull the SSEL low at first, after the SPI data send finished, then pull the SSEL high.
Wish it helps you!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------