How to use wait signal with an Asyncronus mode of i.MX6

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

How to use wait signal with an Asyncronus mode of i.MX6

Jump to solution
1,222 Views
yuuki
Senior Contributor II

Dear all,

We connect FPGA to EIM of i.MX6.
We want to use a Wait(Ready) signal with an Asyncronus mode, because FPGA uses the Wait signal.

However, the EIM_WAIT signal is used only by a synchronous mode.

We understood as follows.
Is this understanding right?

- To use a wait signal with an Asyncronus mode, it is necessary to use the DTACK mode.
- A Wait signal of FPGA is connected to the EIM_DTACK_B of i.MX6.
- DTACK signal is sampled at rising edge of first ACLK after DTACK assertion.

Best Regards,
Yuuki

Labels (1)
0 Kudos
Reply
1 Solution
985 Views
igorpadykov
NXP Employee
NXP Employee

Hi Yuuki

you are right, in asyncronus mode it is necessary to use the DTACK,

in synchronous mode EIM_WAIT signal. Timing diagrams can be found in

sect.22.8.11 DTACK Mode - AXI Single Access IMX6DQRM

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
Reply
1 Reply
986 Views
igorpadykov
NXP Employee
NXP Employee

Hi Yuuki

you are right, in asyncronus mode it is necessary to use the DTACK,

in synchronous mode EIM_WAIT signal. Timing diagrams can be found in

sect.22.8.11 DTACK Mode - AXI Single Access IMX6DQRM

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply