Hello, @RomanVR
Thank you for your response.
I have an additional question regarding SPI communication.
I want to transmit a total of 96 bits (32-bit + 32-bit + 32-bit).
Currently, if I set the FrameSize to 32 bits, the CS (Chip Select) remains LOW while sending three 32-bit frames sequentially.
However, in this case, the SCK stops after each 32-bit transfer before resuming, which is causing an issue.
From your response, I understand that if FrameSize is set to 64 bits, I can send 64 bits + 32 bits in two separate transfers.
But my goal is to transmit all 96 bits continuously without any interruption in SCK (Continuous Transfer).
Is there a way to achieve this, ensuring that SCK does not stop between frames during the transmission of 96 bits?
Would enabling TCR[CONT] or TCR[CONTC] help in solving this issue?
I appreciate your insights.
Thank you.