Question about FlexSPI Output Timing : Data Output Valid Time

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

Question about FlexSPI Output Timing : Data Output Valid Time

跳至解决方案
1,288 次查看
adam_smartind
Contributor I

In the i.MX 8M Mini datasheet, the output timing of FlexSPI is illustrated in Figure 39/40 and the time between SCK edge and data valid is marked as "T_DVO". 

(https://www.nxp.com.cn/docs/en/data-sheet/IMX8MMIEC.pdf)

adam_smartind_1-1635581247577.png

 


And apparently this is the data output valid time concept.

But in the related data Table 51/52 no such data with the name "T_DVO" is listed. Instead the "T_DHO" which is the data output hold time is given.

In practical design verification procedure, the T_DVO (output valid time) is very crucial for the calculation of the setup time of the FlexSPI's link partner.

So anybody can share the exact number in nanosecond of this output valid time of the FlexSPI I/F?

Many thanks.

 

adam_lin
标签 (1)
0 项奖励
回复
1 解答
1,261 次查看
Yuri
NXP Employee
NXP Employee

@adam_smartind 
Hello,

   tDVO (max) = (CLK_Period) / 2 - tDSO

Regards,
Yuri.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,262 次查看
Yuri
NXP Employee
NXP Employee

@adam_smartind 
Hello,

   tDVO (max) = (CLK_Period) / 2 - tDSO

Regards,
Yuri.

0 项奖励
回复
1,255 次查看
adam_smartind
Contributor I

Thanks Yuri.

This equation gives a nice match to the timing diagram in the datasheet.

adam_lin