User Activity

Hi all,I'm using lis2dw12 sensor and interfaced with SPI. In which SPI mode i can get proper data from the sensor?CPHA = 0, CPOL = 0;CPHA = 0, CPOL = 1;CPHA = 1, CPOL = 0;CPHA = 1, CPOL = 1;Thanks and regards,Basavanagouda
HI All,I'm using LIS2DW12 sensor with STM32 controller. sensor is interfaced with SPI protocol. I'm using DMA to read sensor output. SPI is configured and tested with 8MHZ and 16Mhz clock frequency. For 16Mhz clock I'm able to read data from the sens...
Hi,  What is the max SPI frequency we can give to the LIS2DW12 sensor?Thanks,Basavanagouda.
Hi All,I'm facing some strange issue with LIS2DW12 sensor. I tried to read device ID from the sensor, most of the time its sends the device ID but some time it sends 0xFF. I'm not able to figure it out why sensor sending 0xFF. I checked the clock...
Hi,We are using sensor LI2DW sensor in our project. Sensor is connected to MC using SPI interface. We have configured the device as below.fifo en 0x3fodr sample rate : 50 hz.we are reading data every 500 msec, so we are expecting 25 - 26 samples of x...