IMX7D SAI interface - rx delay

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX7D SAI interface - rx delay

Jump to solution
680 Views
aswinmohan
Contributor I

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

Labels (2)
0 Kudos
1 Solution
505 Views
igorpadykov
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

2 Replies
506 Views
igorpadykov
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

505 Views
aswinmohan
Contributor I

Thank you Igor

0 Kudos