Hi Keyy Zhou,
Thank you for the help, but I am using the "frdmkv11z_mc_bldc" example. I am able to see the PWM waveform when I'm using the "ftm_simple_pwm" example and the "ftm_pwm_twochannel", no issues in that.
The problem comes when I use the "mc_bldc" example from the demo_apps folder.
In that example it is using 6 channels which are - C1,C2,C3,C4,D4 and D5.

And the dutycycle is set in the "InitFTM0()" funtion as shown below.
I am not making ANY CHANGES in the duty cycle. Im using this "mc_bldc" example just as it is , with out any changes made.

So the example code sets 50% as duty cycle. But when I connect the MC-LV-BLDC Driver shield with the FRDM Kv11z and Power Up driver using 12V power source. I'm not getting the waveform on my channels with 50% duty cycle.
The waveform which is get is shown below.
This is the waveform observed on Pin C1. Other channels show similar duty cycle (C2,C3,C4, D4 and D5) .The duty-cycle is around 95%.
I think I'm missing some minute detail here. Like on which pin to measure my PWM signal. I tried measuring the PWM waveform from the Output ports of BLDC driver as well, which is PHA , PHB and PHC ports which are Phase A , Phase B and Phase C output ports of my MC-LVBLDC driver.
Thank you