Other Parts Discussed in Thread: SYSCONFIG
Hi TI Experts,
I am using MCu-Plus-SDK8.03.01.05.
I want to use 2 pwm channels in phase shift mode.
can i refer any example which demonstrates this using MCU-PLUS-SDK ?
Regards
Bikash
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.
Hi TI Experts,
I am using MCu-Plus-SDK8.03.01.05.
I want to use 2 pwm channels in phase shift mode.
can i refer any example which demonstrates this using MCU-PLUS-SDK ?
Regards
Bikash
Hi Bikash,
There isn't a EPWM phase shift example in the SDK.
I created one from the EPWM HR duty cycle example: https://software-dl.ti.com/mcu-plus-sdk/esd/AM263X/08_03_01_06/exports/docs/api_guide_am263x/EXAMPLES_DRIVERS_EPWM_HR_DUTY_CYCLE.html
Please review example.syscfg for details on the updates.
I've attached the CCS project below.
Regards,
Frank
epwm_hr_duty_cycle_sync_am263x-cc_r5fss0-0_nortos_ti-arm-clang.zip
Hi Frank,
Thank you for the example. I can see the phase shift on the EPWM1 channels with the example project that you have shared.
Another question, In the SYSCONFIG I can see many configuration parameters available for the EPWM configurations, is there any document available which explains the significance of the configuration parameters?
BR
Bikash
Hi Bikash,
If you hover over a parameters in Sysconfig, a pop-up window provides some information about the parameter.
You can also consult the AM263x TRM here:
Regards,
Frank