Hi, Think I missing something on the SDK.
How do you configure PF1, PF2 and PF3 as PWM pins, specifically M1PWM5, M1PWM6 and M1PWM7, which document spmu296 indicates I can do by setting GPIOPCTL to 5.
Now what I was expecting to do is something like "SysCtlPeripheralEnable(SYSCTL_PERIPH_PWM5);", but you can only pass SYSCTL_PERIPH_PWM0 or SYSCTL_PERIPH_PWM1 to that function (so I've misunderstood it - are 0 and 1 the two PWM on a Generator).
So the only other way I can see to configure the pin is commands like "GPIOPinConfigure(GPIO_PF1_M1PWM5);" - so is that all that is needed?