How many XS2410 can be daisy-chained over SPI

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

How many XS2410 can be daisy-chained over SPI

Jump to solution
777 Views
Alex56
Contributor I

Hello, 

 

The question is in subject: How many XS2410 can be daisy-chained over SPI?

 

Thanks for any support

0 Kudos
Reply
1 Solution
760 Views
ErikaC
NXP TechSupport
NXP TechSupport

Hello!

In an SPI Daisy Chain connection, there is typically no fixed limit on the number of devices. However, the number of devices you can use depends on your specific application. When n devices are daisy-chained, n SPI 16-bit word cycles must be executed to program all devices. Each device features a 16-bit shift register (equivalent to 2 bytes), allowing devices with data sizes in multiples of 8 bits to share the same daisy chain.

Since data shifts from one device to the next until it reaches the last one in the chain, you should consider that there is a latency of one command cycle from DIN to DOUT for each device in the chain.

Hope this helps!

View solution in original post

0 Kudos
Reply
2 Replies
748 Views
Alex56
Contributor I

Hello ErikaC,

thank you for the reply  

0 Kudos
Reply
761 Views
ErikaC
NXP TechSupport
NXP TechSupport

Hello!

In an SPI Daisy Chain connection, there is typically no fixed limit on the number of devices. However, the number of devices you can use depends on your specific application. When n devices are daisy-chained, n SPI 16-bit word cycles must be executed to program all devices. Each device features a 16-bit shift register (equivalent to 2 bytes), allowing devices with data sizes in multiples of 8 bits to share the same daisy chain.

Since data shifts from one device to the next until it reaches the last one in the chain, you should consider that there is a latency of one command cycle from DIN to DOUT for each device in the chain.

Hope this helps!

0 Kudos
Reply