cancel
Showing results for 
Search instead for 
Did you mean: 

Using multiple SPI slaves on the single SPI bus.

ASing.15
Associate II

Is there any available example or threads for using multiple SPI slaves on the single SPI bus?

2 REPLIES 2
TDK
Guru

Which chip?

Multiple slaves is conceptually quite similar to a single slave. Use a different CS pin for each slave and toggle them as you want to talk to each chip.

If you feel a post has answered your question, please click "Accept as Solution".
ASing.15
Associate II

Thanks for replying.

I have STM32L496ZG.

I am specifically looking for SPI flash as one of the SPI slaves in multiple SLAVE scenarios on the single SPI bus.