Hi, I want to create a high level analyzer for a motors HALL signals. The signals are three digital signals that toggle in a specific pattern such that they can be read as a binary value with 3 bits.
From what I can see there is an input analyzer for the scripts but there is no clock signal for these signals.
My thought process is like this:
- Trigger on every rising and falling edge.
- Calculate a value based on the value of all signals
- Output the value
Is it possible to do this?