Part Number: TMS320F28379S
Tool/software: Code Composer Studio
Dear all,
I working with TMS320F28379SZWT micro controller and PWM output signals.
I am able to output the pwm1a (on GPIO0), pwm1b (GPIO1) and so on to the pwm8b (on PGIO15), and it works fine.
here the code for pwm6:
GpioCtrlRegs.GPAPUD.bit.GPIO10 = 1; // Disable pull-up on GPIO10 (EPWM6A)
GpioCtrlRegs.GPAPUD.bit.GPIO11 = 1; // Disable pull-up on GPIO11 (EPWM6B)
GpioCtrlRegs.GPAMUX1.bit.GPIO10 = 1; // Configure GPIO8 as EPWM6A
GpioCtrlRegs.GPAMUX1.bit.GPIO11 = 1; // Configure GPIO9 as EPWM6B
The problem appears when I try to use the pwm on GPIO22. I not able to output the pwm12 on GPIO22.
I thing that the problem is related to GPAGMUX2
Can someone help me ?
thanks
Regards