Question about FlexSPI Output Timing : Data Output Valid Time

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

Question about FlexSPI Output Timing : Data Output Valid Time

Jump to solution
985 Views
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
Labels (1)
0 Kudos
1 Solution
958 Views
Yuri
NXP Employee
NXP Employee

@adam_smartind 
Hello,

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

Regards,
Yuri.

View solution in original post

0 Kudos
2 Replies
959 Views
Yuri
NXP Employee
NXP Employee

@adam_smartind 
Hello,

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

Regards,
Yuri.

0 Kudos
952 Views
adam_smartind
Contributor I

Thanks Yuri.

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

adam_lin