We have an application where we need the PWM pin state to revert to high impedance between bursts. It doesn't appear this behavior is capable by default. Is there a means to redefine the IO as an input between bursts?
We have an application where we need the PWM pin state to revert to high impedance between bursts. It doesn't appear this behavior is capable by default. Is there a means to redefine the IO as an input between bursts?
Hi,
After a SEQEND event you could try to configure the PSEL_OUT[n] register to disconnected and set PIN_CNF[n] to input, with input buffer disconnected. That should make the pin high impedance.
regards
Jared
Hi,
After a SEQEND event you could try to configure the PSEL_OUT[n] register to disconnected and set PIN_CNF[n] to input, with input buffer disconnected. That should make the pin high impedance.
regards
Jared