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.
I was trying to use F25M35H52C1 DSP to generate 18 PWM signals. I found that the ePWM8A (GPIO 14) and ePWM8B (GPIO15) are in the same phase, but the A and B outputs of all the other eight ePWM units are in the reverse (opposite) phase. Could anybody help me check what's wrong in the setting of my PWM Unit 8? I test this with TI's TMDXDOCKH52C1 development kit.
I was using VisSim blocks to test all those 9 ePWM units, and put jumper pins 20 & 21 for GPIO 14&15 on the AB connectivity Mux to see the signals on the TMDXDOCKH52C1.
I also asked for help with the VisSim Support Team, here are their reply.
It sounds like VisSim may not have the latest header files for this device. We need to make sure the M3 is releasing control of GPIO15 to the C28x. You can refer to this thread for instructions on how to do that:
I also recommend to make sure you are using the v120 header files as these will have the latest bug fixes. I'd recommend it to VisSim too :)
Let's try that first and see what happens.
Kris