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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,172 次查看
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

标签 (1)
标记 (4)
0 项奖励
回复
1 解答
935 次查看
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 项奖励
回复
1 回复
936 次查看
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 项奖励
回复