Hi @Berke_E
To implement your solution, use configurable delays between transfers, SCK to PCS, and PCS to SCK. When multiple data items are sent in the same package, the delay between each data transfer will be the sum of the delays configured for these three parameters.
VaneB_0-1743201887728.png
For better reference, in the image above, I have marked the PCS-to-SCK Delay (CCR[PCSSCK]) in blue, the SCK-to-PCS Delay (CCR[SCKPCS]) in orange, and the Delay Between Transfers/PCS-to-PCS (CCR1[PCSPCS]) in red.
Regarding the difference between SpiDataWidth and SpiEbMaxLength, please refer to the following community post where this topic has already been discussed.
What's the difference between SpiDataWidth and SpiEEMaxLenght
BR, VaneB