2021-08-10 02:06 AM
Is there any available example or threads for using multiple SPI slaves on the single SPI bus?
2021-08-10 06:07 AM
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.
2021-08-10 06:32 AM
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.