Dear team:
1, I have implemented reading EMIF1 with CPU1, I want to use CPU2 to access EMIF1, How should I write programs?
I've switched the data address bus to CPU2, and I don't know what else to set up,
setup_emif1_pinmux_async_16bit(GPIO_MUX_CPU2);
2, In the calculation of duty cycle of HVPM28335 sensorless PWM, why do we need to add v.HalfPerMax in the formula?
(*ePWM[ch1]).CMPA.half.CMPA = _IQmpy(v.HalfPerMax,v.MfuncC1)+ v.HalfPerMax; \
(*ePWM[ch2]).CMPA.half.CMPA = _IQmpy(v.HalfPerMax,v.MfuncC2)+ v.HalfPerMax; \
(*ePWM[ch3]).CMPA.half.CMPA = _IQmpy(v.HalfPerMax,v.MfuncC3)+ v.HalfPerMax; \
Best regards