Question
I want to chain in SPI several LPS22HB pressure sensors. I would like to realize a daisy chain or a serial SPI chain.
A daisy chain seems to be complicated because i can not configure the SPI chain in 4 wired at power up.
Or, I would like to connect a specific CS on each LPS22HB and connect SCL / SDI / SDO together on the same SPI bus of the MCU. But I do not understand how to initialize the bus for each sensor, because the CS set the bus type SPI or I2C at power up and bock the communication
