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
已解决! 转到解答。
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!
-----------------------------------------------------------------------------------------------------------------------
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!
-----------------------------------------------------------------------------------------------------------------------