Question: how to check results of multiple decision trees in one state machine?
MrZMN opened this issue · 0 comments
MrZMN commented
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.