hello,
I want to add FTM Software Output Control in the example project "ftm_combined_pwm_s32k148", I add
FTM_DRV_MaskOutputChannels(INST_FLEXTIMER_PWM1,0xff,true);
FTM_DRV_SetAllChnSoftwareOutputControl(INST_FLEXTIMER_PWM1,0x1,0x1,true);
but channel0 doesn't go to 1 ,why?
please help me.
wang