I am testing the EV-ADE9153A SHIELDZ using Arduino Uno.
I try to Disable HPF.
So I changed ADE9153A_CONFIG0 from ADE9153AAPI.h to 0x00000001.
This is because bit 0 of CONFIG0 is found in the datasheet as HPFDIS.
However, enter DC, non-zero values will pop up for a while. And then back to zero.
It seems as though HPF is not disabled.
I am using Evaluation Software Rev.A provided by Analog Devices.
I want you to let me know what I did wrong.