I am working with the F28M35x device. I'm outputting PWM signals from the device. It works properly when I run it from the debugger. However, when I reboot the device by power cycling it, the device does not behave in the same way - the PWM signals still exist, but look like they are at a different switching frequency and their duty cycle no longer changes. EDIT: Too be clear, I'm not even sure it's a proper PWM signal. The pins show periodic square waves, but clearly not at the right switching frequency. The "duty cycle" is constant, but the CMPA and CMPB registers should default to zero and otherwise the only time they are set in code is by a function that should not give a constant duty cycle.
The code is programmed into flash, not RAM, so that isn't the issue. What else might be changing between running from the debugger vs rebooting?
Thanks,
Mike

