When can I write to INT1_CFG in the LIS3DH?
I am using the LIS3DH MEMS motion sensor. To generate interrupts when motion exceeds a threshold, I need to set certain flags in the INT1_CFG register (address 0x30). The manual says: Write operation at this address is possible only after system boot.
What exactly does this mean? Does it mean I can only write to this address once per time I power on the LIS3DH? Does it mean I have a window of time to write to INT1_CFG after it powers on? If I want to write to it multiple times eg. to change interrupt configuration, do I need to fully power cycle the device?
Thanks.
