2016-12-12 04:06 PM
Hi All,
I am developing device to analyze vibration with LIS2DE12 acceclerometer.I have encountered problem that sensor did not work with ORD=5.3kHz, it worked fine for all other ODRs.How to configure sensor to work ODR=5.3kHz ?My configuration is as followsCTRL_REG1 : 0x97CREL_REG3 : 0x10 CTRL_REG4 : 0x10All other registers are default. My expected processing steps are as follows1. INT1 pin is enabled when sensor data is ready2. MCU got INT1 signal, send event to handle interrupt3. interrupt handler read sensor data.As I have measured, the period of INT1 signal is around 1.3kHz please take a look at my configuration and let me know anything to check. Regards,Hae RyongSolved! Go to Solution.
2016-12-21 12:16 AM
Hi All,
I've got following answer from local FAE.
=====
To work with ODR=5.3kHz, LPen bit of CTRL_REG1 should be set. there is error at data sheet, it will be fixed at next release.
=====
Thanks for your concern.
2016-12-21 12:16 AM
Hi All,
I've got following answer from local FAE.
=====
To work with ODR=5.3kHz, LPen bit of CTRL_REG1 should be set. there is error at data sheet, it will be fixed at next release.
=====
Thanks for your concern.
2017-02-08 07:27 AM
New version of the datasheet for
was released.Section 8.6 CTRL_REG1 (20h) was modified to properly describe also configuration for ODR=5.3kHz.