Thanks for your reply. I have noticed this answer. But they controlled SPI by write registers directly. I want use LPSPI API to control the transfer process of SPI, like transfer data by `LPSPI_DRV_MasterTransfer()`. This API will set the CS signal automatic, so that I can't control CS signal. In this case, how can I control the CS signal as what I want?