how is the pwmB.f16Arg1 set in the AN5327

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how is the pwmB.f16Arg1 set in the AN5327

272 Views
2282242919
Contributor II

Dear friend:

                  I have a problem about the pwmB.f16Arg1 on page 13 in the AN5327.

pastedImage_1.png

why pwmB.f16Arg1 = ((diffUV)<MLIB_Sub_F16(temp,minZeroPulse)) ?  MLIB_SubSat_F16(temp,diffUV): minZeroPulse;

I think pwmB.f16Arg1 =(diffUV <minSamplingPulse_x2 )?  MLIB_SubSat_F16(temp,diffUV): minZeroPulse .

when diffVW<minSamplingPulse_x2,if diffUV >minSamplingPulse_x2,ADC have enough time to sample.

So why we wait for (diffUV)>MLIB_Sub_F16(temp,minZeroPulse)?

please give me a particular answer,

Thank you.

0 Kudos
0 Replies