2023-11-23 04:55 PM - edited 2023-11-23 05:42 PM
I am using lsm6dso32x.
An5629 Datasheet Section 8 FSM Configuration Example implemented only Accelerometer.
I don't understand.
It seems that you did not set what data(gyro or accel) you use with FSM, but I don't understand how it was used as an Accelerometer.
How do I use it as a gyroscope?
Also, Can you tell me specifically how to create the Threshold? I don't quite understand.
Thank you
Solved! Go to Solution.
2023-11-24 01:45 AM
Hi @sygo ,
You can decide to process accelerometer or gyroscope using the SINMUX command, it is important that you set the ODR for the sensor you want to use, it must not be powered off. By default, so if you do not use the SINMUX command, it only processes the accelerometer.
To set the threshold, in the Unico GUI, at the top right of the FSM view, you will find the float32 --> float16 converter: you should take the float16 value and copy it into the threshold field.
2023-11-24 01:45 AM
Hi @sygo ,
You can decide to process accelerometer or gyroscope using the SINMUX command, it is important that you set the ODR for the sensor you want to use, it must not be powered off. By default, so if you do not use the SINMUX command, it only processes the accelerometer.
To set the threshold, in the Unico GUI, at the top right of the FSM view, you will find the float32 --> float16 converter: you should take the float16 value and copy it into the threshold field.