2021-04-26 04:00 PM
I'm communicating via SPI with an LPS22HB using an FPGA. Is there a minimum time specification between SPI transactions? I'm currently setting CS high for 0.5 SPC cycles between transactions, but this doesn't seem to work.
2021-04-27 03:13 AM
Hi @JPhil.3 ,
I would say you have to take into account at least 1 clock pulse, since the internal logic has to understand the line has changed the polarity.
It is not directly reported in the datasheet p.12, but I would try (at least) with this value.
-Eleon