ECSPI Read and Write Timings

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

ECSPI Read and Write Timings

Jump to solution
723 Views
philippechapet
Contributor I

Dear,

On this document, en page 77:

http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6SDLAEC.pdf?fasp=1

The tclk timings are 43ns for Read and 15ns for Write.

However the ECSPI is a shift registry. So for each clk, there is a read and a write.

So what is the difference between "ECSPIx_SCLK Cycle Time–Read" and "ECSPIx_SCLK Cycle Time–Write" ?

Best regards

Philippe

Labels (6)
0 Kudos
1 Solution
519 Views
Yuri
NXP Employee
NXP Employee

   The hardware specs of i.MX6 Datasheet(s) regarding eCSPI timings are results

of tests. Requirements for reliable read are more strict than for writing. One of SPI
ideas is simultaneous read and write ops (implemented as a common shift register),

but there are devices that support SPI interface, but do not need both read and write
ops.  To say roughly we can use "slow" ADC and "fast" DAC.

Have a great day,
Yuri

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

View solution in original post

0 Kudos
1 Reply
520 Views
Yuri
NXP Employee
NXP Employee

   The hardware specs of i.MX6 Datasheet(s) regarding eCSPI timings are results

of tests. Requirements for reliable read are more strict than for writing. One of SPI
ideas is simultaneous read and write ops (implemented as a common shift register),

but there are devices that support SPI interface, but do not need both read and write
ops.  To say roughly we can use "slow" ADC and "fast" DAC.

Have a great day,
Yuri

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

0 Kudos