Hi Ravi @RShiv.1 ,
Currently, the free fall detection (a bit different from a man-down application, but "yes" to question 2) is implemented at firmware level, not exploiting the embedded feature of the LSM6DSOX.
>> How to calculate or get fall detection?
In this video, it is described how to implement the free fall detection via the STBLE sensor smartphone application.
You can just set the threshold above which the free-fall is defined (in the example, 200 milli-g) and you'll receive a notification every times this threshold is crossed.
If you want to implement the free-fall at firmware level, you can start from the FP-SNS-STBOX1 examples.
If otherwise you want to exploit the embedded feature of the LSM6DSOX for the free fall detection as explained in the app note AN5272, p.42, you can exploit the INT1_DSR and INT2_DSR pins from the schematic:
If my reply answered your question, please click on Select as Best at the bottom of this post. This will help other users with the same issue to find the answer faster.
-Eleon