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.

MSPM0L1306: disable PWM output with timer still running

Part Number: MSPM0L1306


Hello,

Is there a way in the timer G module to disable the PWM output while keeping the timer clocked?

I see potentially two ways to do this, either by using DL_Timer_setCaptureCompareCtl() so that all the events set set the output low, or can you use the DL_Timer_setCaptureCompareOutCtl to directly disable the output? I guess the third option is to change the IOMUX to something else, but I think its cleaner if we can directly control using the timer module.

Honestly the documentation here is a bit confusing, there's too much clicking around in the doxygen to see what everything means and the functions could use a little more description beyond a literal definition of what it does. Like a "use this function to make X happen" or something like that.

Munan