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.
Hello,
I'm working on 3 level NPC inverter. I'm new to TI C2000. I was trying to configure ePWM for 12 independent PWM channels to generate this states in one phase (0100, 0010) in addition to (1100, 0110, 0011).
How to configure 12 independent PWM signals?
I've tried but when I was changing one output, the other in pair was changing too. I thing that is for 2 level inverter with hardware dead time. It could be used that way for 3 level inverter, but not when I need to use the 0100 and 0010 states. From what I've read, if I will use 12 independent signals, then I'll need to implement dead time myself.
Could someone point me into the right direction. Is there example code with independent PWM channels for my launchpad?