I am implementing a multi-output PWM system, and I need to be able to update the PWM duty cycle of a single channel without disturbing other channels.
However, the SDK driver for the SCTimer stops the timer while changing the register match values. Commenting out the lines that are starting/stopping the SCTimer results in a hard fault.
Am I correct that there is no way to update the match value of an SCTimer event while the timer is running?
Thanks,
Alex
已解决! 转到解答。