Hi,
I have checked the spi timing in the attached picture, obviously, the waveform is correct, the /CS low interval covers the data transfer.
If you do want to clear the /CS until all data are transferred, you can use any GPIO pin or just configure the /CS pin of master spi as GPIO output mode, not all the peripherals pins are multiplexed with GPIO. First of all, just configure the /CS pin as GPIO output mode, before you transfer any data, clear the GPIO, after the transfer is over, set the GPIO pin.
Hope it can help you
BR
XiangJun Rong