Hi all,
I'm working with an SK-S7G2, and I'm looking to use the General PWM Timers to generate specific pulses on output pins. Currently, I have a PWM timer set up with the following settings:
What I'm looking to do here is to create a PWM waveform where the GTIOCA and GTIOCB outputs are complementary of one another. However, this is what I see when I start the timer:
Both channels line up exactly. The stop levels are only in effect when the timer is stopped (which makes sense). The problem is that I can't find a way within the SSP API of either the GPT or GPIO modules that allows me to treat one output channel differently from the other. I've tried using channels 0 and 1, to test multiple output pins, but the Synergy Pin Configuration page gives me no extra options to modify the pin output, either.
Pages 603-604 of the S7G2 User's Manual demonstrate that this scenario is possible within the processor itself, but I can find no way of accomplishing it without trying to circumvent the SSP.
Any feedback would be greatly appreciated.