I have a timer feeding an output compare for PWM in harmony. If I setup the timer using a dummy callback function, I get a nice PWM output. DRV_TMR_Alarm16BitRegister ( appData.handlePWMTimer, 0xFFF0, true, 0,
DummyCallBack ); If I setup the timer using ..
↧