Quote:
Originally Posted by JonathanLKS
Other than everything else already mentioned, do you have alot of interrupts and are not using some kind of replacement for Generate_PWMs?
My team found that running with alot of interrupts can either disable or make pwm 13-16 irratic using only Generate_PWMs
|
Yes this is the problem teams tend to have if they use PWMs 13-16. Interupts conflict with the psuedo PWM's. Better to avoid the issue if possible by using any of the other PWMs.