You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
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?