User Activity

I am using the FDCAN module on STM32H753 to send messages. The message ID is always the same: 0x7DF. So I create a static Tx header:  static FDCAN_TxHeaderTypeDef txHeader = { .Identifier = 0x07DF, .IdType = FDCAN_STANDARD_ID, .TxFrameType = FDCAN_DA...
According to datasheet and AN5005, LIS2DH12 accelerometer can go to sleep & wake up + generate I2_ACT interrupt when acceleration goes below / above the threshold defined in ACT_THS.Which acceleration exactly is taken into account for this strategy? ...
Kudos from