Tool/software:
Hi! Would you please explain how to use LOFF_FLIP?
For example:
RA connected to the IN1P,
LOFF = 0xEF
LOFF_SENSN = 0x00
LOFF_SENSP = 0x01
LOFF_FLIP = 0x00
Works perfect, when RA is off, I read LOFF_STATP = 0x01
If I set
LOFF_FLIP = 0x01
with intention to "draw" RA to GND instead of AVDD:
0. Should I still activate RA (IN1P) lead detection by setting the bit in LOFF_SENSP, not in LOFF_SENSN?
1. Where am I supposed to read the result? In LOFF_STATP or in LOFF_STATN?
2. Which comparator will be used: "positive" which activates if RA potential is above 70% of AVDD or "negative" which activates if RA potential is below 30% of AVDD?
3. Does LOFF_FLIP do flip for current sources and for pull-up/down resistors both?
I am asking because if FLIP option does nothing except switching current source and all logics remains the same, so I do not understand its sense. Pulling "down" the positive potential will never result in "positive" comparator activation, right? Or I do not understand something. Would you please explain?