This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200MOD: Setting for PWM Full Off

Part Number: CC3200MOD

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.