I had the BLDC_Sensored example working on the Concerto and now I'm trying the PM_Sensorless example. It's mostly working, except the output pins don't change. First I noticed that the PWM wasn't affecting the output pins, so I tried just toggling a GPIO, but I don't see any change in the GPADAT register. It's like the whole GPIO is disabled. I've confirmed in the debugger register view that the pin (GPIO11) is configured in the MUX for GPIO, and OUTPUT direction, but writing to the SET, CLEAR or TOGGLE registers still have no effect on the GPADAT register.
GpioG1DataRegs.GPATOGGLE.bit.GPIO11 = 1;
Is there some global config, clock enable, or something that could be missing? I haven't had this problem on any other projects with this hardware, and I'm using the same peripheral configuration as those.
Thanks,
-Will