Skip to main content
ASing.15
Associate II
August 10, 2021
Question

Using multiple SPI slaves on the single SPI bus.

  • August 10, 2021
  • 2 replies
  • 1162 views

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

This topic has been closed for replies.

2 replies

TDK
August 10, 2021

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
ASing.15Author
Associate II
August 10, 2021

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.