I want to generate a ~200us pulse on the DAC (variable output) that occurs at 20Hz.The DAC itself is no problem, the 20Hz is done with a timer interrupt.What is the best way to implement the 200us timing? Preferably non-blocking, Another timer that s...