Skip to main content
Visitor II
March 15, 2019
Solved

Current consumption enabling FSM on LSM6DSOX

  • March 15, 2019
  • 2 replies
  • 858 views

Hi, how much is the additional current consumption enabling the FSM on LSM6DSOX? Regards

    This topic has been closed for replies.
    Best answer by Eleon BORLINI

    Hi, it depends on the selected FSM ODR, number of FSM enabled, single FSM code.

    Added power consumption is roughly estimated to be in the order of:

    • FSM ODR = 13 Hz --> (N + 1) * 1.5 uA
    • FSM ODR = 26 Hz --> (N + 1) * 2 uA
    • FSM ODR = 52 Hz --> (N + 1) * 3.5 uA
    • FSM ODR = 104 Hz --> (N + 1) * 6 uA

    where N is the number of FSM enabled.

    It is possible to measure the real current consumption only when a program is defined.

    Regards

    2 replies

    ST Employee
    March 15, 2019

    Hi, it depends on the selected FSM ODR, number of FSM enabled, single FSM code.

    Added power consumption is roughly estimated to be in the order of:

    • FSM ODR = 13 Hz --> (N + 1) * 1.5 uA
    • FSM ODR = 26 Hz --> (N + 1) * 2 uA
    • FSM ODR = 52 Hz --> (N + 1) * 3.5 uA
    • FSM ODR = 104 Hz --> (N + 1) * 6 uA

    where N is the number of FSM enabled.

    It is possible to measure the real current consumption only when a program is defined.

    Regards

    f87Author
    Visitor II
    March 15, 2019

    Thanks Eleon​