Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
Hello,
I need some help configuring/understanding HRPWM feature.
In one of the example given (hrpwm_ex2_slider), they have not used SFO library. My understanding for flow is as follows,
1) we need to enable HRPWM module and mode of operation other configuration related to it in initialization function. Also initialize EPWM module.
2) Now, to check the working, I will load the CMPA_HR (8 bit ). (are any other configuration required to check high resolution on duty cycle or this would work?)
But the problem is that, they have disabled the period control/phase control by following lines of code,
HRPWM_disablePeriodControl(myEPWM1_BASE);
HRPWM_disablePhaseShiftLoad(myEPWM1_BASE);
With this can I able to get high resolution in duty cycle control.
Thanks & Regards,
Jainam