Part Number: F29H85X-SOM-EVM
Hello,
I have a question about using PWM modules in Multi-core CPUs.
I want to configure PWM1 and PWM2 modules for CPU3 and PWM5 and PWM6 for CPU1.
In both CPU different power circuits are going to be controlled. Therefore, I need to separetely control PWM1&2 and PWM5&6.
In CPU3 I am controling a variable frequency topology so I want to link the TBPRD and CMPx registers of PWM1&2.
At the same time I want to link CMPx registers of PWM5&6 in CPU1 due to power topology of the circuit.
However, I assume that if I set EPWMXLINKCFG for PWM1,2,5 and 6 then all the PWMs are linked together. If I want to changed the TBPRD register for only PWM1 and PWM2 with below function
Then, TBPRD of PWM5 and 6 would change also which I absolutely don't want to do!!
If my assumption is correct, this multi-Core CPU architecture is not suitable for controlling different power topologies, at least in my case.
Am I missing something there?
Please guide me.
Thanks.