PWM on non PWM pin
I need to generate PWM on a non-PWM pinI know one method is to use an ISR triggered by a timer, but because I need to run the PWM at 10kHz, this will put a huge load on the CPU just to toggle 1 pin.I've seen examples of using DMA to send data to the ...