Can I connect multiple LIS2DS12TR to one SPI?
I need to know routin to use multiple LIS2DS12TR on one SPI if it's possible. If I undestood correctly nCS pin used to selecting between I2C and SPI mode. So if CS is high, SDO is open-drain. Is I need to simply connect SDO pins of LIS2DS12TR (may be with pull-up resistor) and disable I2C mode during init. procedure: I2C_DISABLE bit in CTRL2 register should override nCS pin. Or, may be use of external multiplexor or tri-state buffer is need?
