Hi,
I've seen there are 6 pins to control LDC1000 by the external MCU. Could I just use SPI ( CSB, SCLK and SDO ) only
to configure LDC1000 and then directly get High or Low under Comparator Mode? Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I've seen there are 6 pins to control LDC1000 by the external MCU. Could I just use SPI ( CSB, SCLK and SDO ) only
to configure LDC1000 and then directly get High or Low under Comparator Mode? Thanks!
Yes, you can use 4 pins: SDI, SDO, SCLK, and CSB to configure the LDC and read the status register to determine whether the threshold has been tripped.
Thanks
Thanks!
I remember it provides Comparator Mode so as to get High or Low signal from INTB pin. It means we may not need to read data from LDC1000 SDO. Do you agree ?
Yes.
However, that is only if the SPI bus integrity is assured in your system. In other words, depending on your system and environment, if there is crosstalk from other buses or signals, you might want to reconsider the disadvantage of not being able to verify the LDC1000 status and other registers just to check that it has been configured properly.
The problem of signal integrity might also arise from brownout, e.g. a situation where the MCU is still active and running at VIO but the LDC1000 has reset due to severe brownout.