If we set the PTEN bit(shown below), I guess it enables the whole PWM module along with all the 5 PWM generators.
PTCONbits.PTEN = 1;
My query is: Is there anyway to control the enable/disable the particular PWM Generator module? I don't want that all o..
↧