Bits per word in imx6ull SPI

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

Bits per word in imx6ull SPI

1,120 Views
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?

Labels (3)
0 Kudos
1 Reply

794 Views
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 Kudos