STMems_Finite_State_Machine icon indicating copy to clipboard operation
STMems_Finite_State_Machine copied to clipboard

Question: how to check results of multiple decision trees in one state machine?

Open MrZMN opened this issue 3 years ago • 0 comments

Hi, thanks a lot for the nice tutorials.

Just get one question. I know that in one state machine, I can check the output of one decision tree in the MLC using Unico. However, can I check the outputs of multiple decision trees in the MLC?. For example, in one state machine, I want to first check the output of tree 1, and if the result matches, I'll check the output of tree 2.

Can I achieve this using the FSM in the sensor chip? Do I have to realize the state machine by myself executed by the MCU?

Thank you very much for any suggestions.

MrZMN avatar Oct 05 '22 11:10 MrZMN