ECSPI Read and Write Timings

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

ECSPI Read and Write Timings

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

标签 (6)
0 项奖励
1 解答
546 次查看
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 项奖励
1 回复
547 次查看
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 项奖励