Question about FlexSPI Output Timing : Data Output Valid Time

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Question about FlexSPI Output Timing : Data Output Valid Time

ソリューションへジャンプ
1,363件の閲覧回数
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,336件の閲覧回数
Yuri
NXP Employee
NXP Employee

@adam_smartind 
Hello,

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

Regards,
Yuri.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,337件の閲覧回数
Yuri
NXP Employee
NXP Employee

@adam_smartind 
Hello,

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

Regards,
Yuri.

0 件の賞賛
返信
1,330件の閲覧回数
adam_smartind
Contributor I

Thanks Yuri.

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

adam_lin