Using multiple SPI slaves on the single SPI bus.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-10 2:06 AM
Is there any available example or threads for using multiple SPI slaves on the single SPI bus?
Labels:
- Labels:
-
SPI
-
STM32L4 series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-10 6: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.
If you feel a post has answered your question, please click "Accept as Solution".
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-10 6: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.
