Hello,
What is recommended in order to set a PWM to 0% duty cycle? I'm using the same settings as example (TIMER_INTERVAL_RELOAD 40035 and DUTYCYCLE_GRANULARITY 157). When I pass a value of '0' into TimerMatchSet, the PWM goes to 100% duty cycle (not 0!) Sending value '1' gets pretty low cycle, but how do I set to full off? Do I need to disable timer, change pin config, and set GPIO (then restart PWM anytime output rises above 0)? This seems overly complicated so I look forward to any advice.