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.

TMS320F28379D: Dual Core operation using peripherals

Part Number: TMS320F28379D
Other Parts Discussed in Thread: SYSCONFIG, LAUNCHXL-F28379D

Tool/software:

Hello,

I am trying to figure out how to use peripherals with dual-core operations. When I added the EPWM1 peripheral, using the SYSCONFIG, for single-core operation (using LAUNCHXL-F28379D), I could observe the PWM signal on GPIO0. For dual-core operation, I used ipc_ex2_gpio_sysconfig (example imported from Resource Explorer). The original code works as expected. To that code, I added EPWM1 with the same parameters as in the single-core program. However, when I flash the code on the board, I cannot see the PWM signal on GPIO0.

As an additional note, when I added EPWM1 to the CPU1 in the sysconfig file, I also added the SYSCTL module as well.

I cannot find any differences in generated code between single-core and dual-core programs related to EPWM1. What could be the reason for not getting EPWM1 to work?

Regards,

Leon