2016-12-15 07:25 AM
Hi Everybody, I want to test the interrupt of the LSM6DS3 sensor without any movement. Do you know if it is possible to generate an interrupt with the sensor self test ?
If I program a low interrupt threshold and I launch the self test of the sensor, is it possible to see the interruption ?
Thanks a lot for your help.
Solved! Go to Solution.
2016-12-16 04:13 AM
There is a possibility to make the interrupt signals latched. When the LIR bit of TAP_CFG (58h) is set to 1, once the interrupt pin is asserted, it must be reset by reading the related interrupt source register.
2016-12-15 06:44 PM
Most MEMs have an interrupt option for data ready. Run a one shot conversion (no FIFO) and the interrupt pin (if well configured) should toggle (assuming all is well configured for the output configuration)
2016-12-15 11:40 PM
Thank you Seb for your answer.
Do you know if a combo with the configuration registers permit to generate an interrupt on the pin with a big duration in order to catch the interrupt ?
2016-12-16 01:45 AM
Check on the datasheet if the interrupt can be programmed at pulse or 'level until register cleared'.
With MCU connected to the pin, we only need a pulse and use EXTI IO edge detector to get the job done (with breakpoint or LED output for debug)
2016-12-16 03:20 AM
Thank you for your help !
2016-12-16 04:13 AM
There is a possibility to make the interrupt signals latched. When the LIR bit of TAP_CFG (58h) is set to 1, once the interrupt pin is asserted, it must be reset by reading the related interrupt source register.