Hello!
we want to use the Flextimer of the Vybrid as a H Bridge driver together with a FAULT input to set the output in a safe state.
In reference manual it is described how to initialize the FAULT input but not mentioned which input pin is used for it.
Is there a dedicated pin for that? So which pin is it?
Or can I use any other pin? How and where can I configure it in this case?
Best regards,
Axel Richter
Solved! Go to Solution.
Any GPIO can be used, when configured as interrupt input. In the interrupt handling routine the desired fault bit in SRC_MISC1 has to be set.
That is indeed correct.
Regards,
Richard