2017-07-18 01:45 AM
Hi, I am working with LIS2DE12 accelerometer, I want detect any new data is updated to temperature and x,y,z axis registers.can any one provide steps for configuration.
2017-07-18 02:04 AM
You should set bit I1_ZYXDA in CTRL_REG3 register. With this settings the interrupt pin INT1 is triggered when new data are available.
If you can't use INT1 pin you can continuously read ZYXDA bit in STATUS_REG register which give you the same information.
2017-07-18 04:52 AM
Thanks for your reply.
2017-07-18 04:53 AM
how does self test mode will work.
2017-07-18 11:12 AM
Hello,
Have a look at
, section 3.2.2 Self-test.David