Hi,
I am using IMX7D SAI interface in master, synchronous mode.
It is configured to send /receive MSB first.
The slave device is able to receive the data, TX from SAI, properly.
But while sending, it is having a delay of 2 clock cycles.
Is there a way to delay the RX word sampling start, by 2 clock cycles (from start of frame), in SAI.
Thank you
Aswin
Solved! Go to Solution.
Hi Aswin
it is possible to delay the RX word sampling by one clock using bit
FSE register I2Sx_RCR, but seems there is no option to delay for two clocks.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Aswin
it is possible to delay the RX word sampling by one clock using bit
FSE register I2Sx_RCR, but seems there is no option to delay for two clocks.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thank you Igor