User Activity

Hello, I am using STM32F072. I want to use device in I2C slave and using HAL driver. I am looking to get callback when complete data is received at I2C slave side. I found function HAL_I2C_Slave_Receive_IT() which is kinda similar but here I need to ...
Posted on May 08, 2018 at 09:52Hello, I want to configure LIS2DH for generating interrupt for single click as well as double click, Can we do that? I am using INT1 for FIFO so INT2 is for clicks interrupt, Individually I can able to get interrupt fr...
Posted on February 19, 2018 at 07:51I want to use LIS2D for FIFO and tap interrupt. Its generating FIFO interrupt but I am not able to get single tap interrupt.My register settings are as below. I want my FIFO interrupt of INT1 and Tap interrupt on ...