i.MX6ULL SPI question

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

i.MX6ULL SPI question

跳至解决方案
1,209 次查看
m_c
Senior Contributor I

In i.Mx6ULL reference manual.

1. For single burst. Is it mean transfer single FIFO and waiting for software to write data to FIFO? SS is an don't care pin, until FIFO transfer complete?

pastedImage_1.png

2. For multi burst. Is it mean transfer different FIFO, SS pin will assert if any FIFO transfer complete? Then transfer another FIFO? The burst won't finish until all FIFO transfer complete?

pastedImage_2.png

标签 (1)
0 项奖励
回复
1 解答
1,097 次查看
Yuri
NXP Employee
NXP Employee

Hello,

 

  For the first case the maximum length of the single SPI burst is defined by FIFO. When FIFO is

underflowed (empty) the SS is negated.  ECSPIx_PERIODREG may be used to setup delays between

SPI transfers.

  For the second -  multiple words, as defined in the BURST LENGTH field of the ECSPI_CONREG register,

will be transferred with SS negation.

 

Have a great day,

Yuri

 

-------------------------------------------------------------------------------

Note:

- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored

  

Please open a new thread and refer to the closed one, if you have a related question at a later point in time.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,098 次查看
Yuri
NXP Employee
NXP Employee

Hello,

 

  For the first case the maximum length of the single SPI burst is defined by FIFO. When FIFO is

underflowed (empty) the SS is negated.  ECSPIx_PERIODREG may be used to setup delays between

SPI transfers.

  For the second -  multiple words, as defined in the BURST LENGTH field of the ECSPI_CONREG register,

will be transferred with SS negation.

 

Have a great day,

Yuri

 

-------------------------------------------------------------------------------

Note:

- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored

  

Please open a new thread and refer to the closed one, if you have a related question at a later point in time.

0 项奖励
回复