cancel
Showing results for 
Search instead for 
Did you mean: 

LSM6DSM6 data comes sometimes and doesn't respond other times on same code.

Nitish Arora
Associate II

Posted on February 22, 2017 at 07:13

On same set of code on sensor tile, the accelerometer some times outputs the data and sometimes it didn't on same set of code.

main

{

BSP_ACCELERO_Init(ACCELERO_SENSORS_AUTO,&acc_handle1)

   BSP_ACCELERO_Sensor_Enable(acc_handle1)

while(1)

{

      BSP_ACCELERO_Get_AxesRaw(acc_handle1,&acc);

}

please help with this...

0 REPLIES 0