Hi there,
I'm using TM4C1292NCPDT's Timerst to generate a pwm signal with a inverted CCP output signal.
The datasheet says that the CCP output should be high if the timer match register has a greater value than the timer interval load register. In case the match and interval load registers have the same value the output should be low (in my case it's the other way around because CCP is inverted!).
Now the problem is, in both cases my CCP output is low. I already checkt this by scoping and reading the registers (including the precaler and the match prescaler).
Is this a known problem? Is there any solution apart from changing the GPIO configuration?
Regards
Daniel