Bits per word in imx6ull SPI

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

Bits per word in imx6ull SPI

1,168 次查看
mathew_k_t
Contributor II

Hi,

I'm working with imx6ull based board. In my system, I'm using an SPI device.

SPI device driver used is an iio driver.

I found the bits per word in the communication as 8 bpw, and required length is 32bpw.

I configured spi-> bits_per_word as 32, but the system hangs on booting.

How to change the burst length?

标签 (3)
0 项奖励
1 回复

842 次查看
igorpadykov
NXP Employee
NXP Employee

Hi  mathew

in general changing spi-> bits_per_word should not affect boot,

one can try to find place in code where it hangs using

AN4553 Using Open Source Debugging Tools for Linux on i.MX Processors
https://www.nxp.com/docs/en/application-note/AN4553.pdf

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

0 项奖励