cancel
Showing results for 
Search instead for 
Did you mean: 

MEMS Studio - debug

DanPro
Associate

I am using MEMS studio version 1.3. If I use an arbitrary timer when debugging the FSM, then according to the specification the timer value should change with each new incoming data sample. But will the value change after three or four samples? Does anyone have a similar problem? Is the error only during debugging?

1 REPLY 1
Federica Bossi
ST Employee

Hi @DanPro ,

FSM processes data according to the configured FSM ODR.
If FSM ODR is lower than configured sensors ODR, the FSM will downsample data before processing them (e.g. if ODR_XL = 100 Hz and FSM_ODR = 25 Hz, the output of FSM will be updated every 4 samples). 
Please also be sure that the configured ODRs of the sensors are equal to the ODR of the sensors when the data was logged.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.