SPRADL7 July 2025 F28E120SC
The driverlib differences between EPWM and MCPWM for the Counter-Compare Submodule are listed in Table 4-2.
|
EPWM Function |
MCPWM Function |
Explanation |
|---|---|---|
|
- |
MCPWM_getCounterCompareShadowValue |
Addition of memory mapped CMPx shadow registers |
|
- |
MCPWM_setCounterCompareShadowValue |
Addition of memory mapped CMPx shadow registers |
|
EPWM_getCounterCompareValue |
MCPWM_getCounterCompareActiveValue |
Function name change to indicate difference between active register and shadow register |
|
EPWM_setCounterCompareValue |
MCPWM_setCounterCompareActiveValue |
Function name change to indicate difference between active register and shadow register |
|
EPWM_disableCounterCompareShadowLoadMode |
- |
Shadow mode is not enabled or disabled on MCPWM. Only shadow load event is selected and correct active or shadow register is written to. |
|
EPWM_getCounterCompareShadowStatus |
- |
Shadow register full flag replaced by memory mapped shadow register that can be read or written to by the user. |