This serves as a selection guide for our automotive-grade devices and outlines the typical protocols associated with these devices.
|
1:1 |
2:1 |
3:1 |
4:1 |
8:1 |
||||||||||
|
UART |
X |
X |
X |
X |
X |
X |
||||||||
|
I2C |
X |
X |
X |
X |
||||||||||
|
SPI |
X |
X |
X |
|||||||||||
|
qSPI |
X |
|||||||||||||
|
RGMII |
X |
X |
||||||||||||
|
TDM |
X |
X |
X |
X |
X |
X |
X |
X |
X |
|||||
|
I2S |
X |
X |
X |
X |
||||||||||
|
A2B |
X |
X |
X |
X |
||||||||||
|
LIN |
X |
|||||||||||||
|
MIPI |
X |
|||||||||||||
|
FPD-Link |
X |
|||||||||||||
|
GMSL2 |
X |
|||||||||||||
|
USB |
X |
X |
||||||||||||
Do you need GPIO Reduction for Control Signals or Chip Select?
- Control Signal Expansion Follows Reduction in GPIO usage as follows:
- Without Mux:#N GPIO Pins can Control #N Devices
- With Mux:#N GPIO Pins Can Control 2^N Devices
Do you need to share a communication path with multiple end points?
- Multiple SOCs/ICs Communicating with the Same Peripheral
- Single Host Communicating With Different Subsystems
Do you need to isolate a communication path?
- Reduce overall bus capacitance to maintain signal integrity
- Reduce overall bus capacitance to comply with signal standard
- Mitigate slave address conflicts
- Prevent an unused peripheral from interfering with communication
- Maintain bus isolation during power sequencing