Hello,
I have two ADE7763 connected via SPI to MCU (ATTINY416). ZXTO Interrupt work and SAG Interrupt don't work at the first device. ZXTO Interrupt don't work and SAG Interrupt work at the second device. Why?
Devices Registers Setup:
SAGCYC = 0x0A
SAGLVL = 0x12
MODE = 0x0004
IRQEN = 0x1010 for ZXTO or 0x0012 for SAG detection
Notes:
-SS/ and IRQ/ are wired individually to MCU
-ZX Interrupt work with both devices.
Best Regards