Using interrupts (too quickly) prevents PWM from working?
I fixed my mistakes from my last iteration of code (reduced 6MHz interrupt rate (which is impossible) to around 35KHz,) and reduced the amount of code in the interrupt. PWM on any timer still refuses to work even though I've enabled them. Is it possible for interrupts quicker than a certain rate to inhibit starting of timer PWM? Enabling preload does not fix the issue, and enabling the timers normally doesn't work either (without the IT at the end.)