This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I am trying to syncronize 2 ePWM blocks for a specific phaseshift.
I am using the ePWM blocks from the C2000 blockset.
I have modified the following example to suit my case:
I have attached the modified model *.slx and the *.m files for your reference.
“modi_f2837x_TimeBaseSync.slx”
“modi_c28xgetPhaseOffsetValue_modi.m”
My objective is to vary the phase between 2 ePWM blocks, in my case ePWM1 & ePWM4 in the "Up-Down" counting mode.
The examples provided seem to work fine for “Up” or “Down” Counting mode, i,e I see the correct phaseshift between ePWM1 and ePWM4 for different values for phaseDelay = 90, 120,180 etc.,
But in the case of “Up-Down” Counting mode, the phase-shift between ePWM1 and ePWM4. Is indeterministic/unpredictable.
Testcase:
TimePeriod = 2.5e-6;
duty_cycle = 50%;
cpuFrequency = 200MHz;
epwmFrequency = 200MHz;
phaseDelay = 180;
The screen shot shows the measurement done on PWM1A & PWM4A @ 100MS/sec with a logic analyzer, also cross checked with at CRO.
Hi Pradeep,
It is not recommended to have your PWM frequency to be 200Mhz for F2837xD but should be instead set to 100Mhz.
For up-down counting mode, are your action qualifiers the same as in up count mode or down count mode?
Best,
Ryan Ma
Hi Ryan,
100Mhz ? Okay I have set the EPWM clock divider to SYSCLK/2 now.
No, the action qualifiers is modified according to up-down mode. i,e. its set when counter = CMPA on up-count and cleared when counter = CMPA on down-count..for all other cases do-nothing.
When are you sending out a synchronization pulse? What are your TBPRD and TBPHS values?
Best,
Ryan Ma
For ePWM1 : TBPHS = 0; and TBPRD = 250;
and for ePWM4 : TBPHS = 125(expect a 180deg phaseshift between ePWM1 & ePWM4); and TBPRD = 250;
Hi Pradeep,
Have you tried importing our C2000WARE example 3 synchronization? You can change the counter mode to be up-down count and should observe a phase shift of 180 degrees.
Best,
Ryan Ma
Hi Ryan,
sorry, I am not sure which 3rd example you are referering to. By the way I have figured out to achieve 0-180 degrees(or the positive angles)...And then 181-360 degrees now can only be achieved by manually changing the ‘Counting direction after phase synchronization’ to 'countUpaftersyc'. But is there a better way to achieve the negative angles(181 to 360 degrees) Or complete 0-360 at one go.
regards,
Pradeep
Hi Pradeep,
Great to hear, and for your second question that is how you will need to achieve the negative angles (181-360).
Best,
Ryan Ma