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.

TMS320F28377D: I have a question about synchronization between EPWM modules in high-resolution period mode.

Part Number: TMS320F28377D
Other Parts Discussed in Thread: C2000WARE

Hi,

I have seen the following instructions in the TRM document of the TMS320F28377D chip.

According to it, it seems that phase control by synchronization between EPWM modules is not available in high-resolution period mode.

Am I right?

Thanks in advance.

  • Hi,
    There is an example code in C2000Ware located at <path_to_C2000Ware>\device_support\f2837xd\examples\cpu1\hrpwm_deadband_sfo_v8.
    This example implements HRPRD (hi-res period), HRDUTY (duty), HRPHS (phase shift) and HRDB (dead-band) simultaneously.
    You can just refer to the Phase shift portion of the code - since that is of interest to you.
    This example is a way of working around in software - to avoid the above mentioned jitter, otherwise you would possibly see 1-2 jitter in this case.
  • Thank you for your quick reply.