Hi,
On my Piccolo 28035 board, I first setup the GPIO for ePWM function, then I setup the PWM module.
I have observed that by setting the GPIO to ePWM function, the IO is pulled active low.
Only after setting up the PWM Module, it is working as PWM.
So for active low PWMs, this is a problem - they are active between GPIO setup and ePWM setup.
Is the recommended setup to first initialize the ePWM and then set the GPIO to peripheral function / PWM?
This is different than in the examples.
Is the PWM really forced low after setting up the IO for PWM function? Is there no way to keep it in tristate mode (and so let the external pull-up / pull-down determine the PWM direction)?