Difference between revisions of "RPI SPI8"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 10: | Line 10: | ||
[[File:SPI_Star_Topology.png]] | [[File:SPI_Star_Topology.png]] | ||
+ | |||
+ | From [https://practicalee.com/spi/ Practical EE: SPI Bus] page: | ||
+ | |||
+ | <pre>In Star topology all the signals are split and routed to each slave in parallel, except chip select. Multiple chip select are used to select individual slave devices. More devices support this mode than daisy-chain.</pre> |
Revision as of 16:51, 18 June 2021
8-Channel SPI Bus Multiplexer
- 8 channels
- Supports SPI star topology
- MISO from all slaves are wired together
SPI Star Topology
From Practical EE: SPI Bus page:
In Star topology all the signals are split and routed to each slave in parallel, except chip select. Multiple chip select are used to select individual slave devices. More devices support this mode than daisy-chain.