Delayed one-shot pulse using quad timer?

NullPointer

New member
Hello,

This is my first post here, so do let me know if I should be doing something differently.

I am looking to use the quad timer of my Teensy 4.0 to create a delayed one-off pulse. Assuming an interrupt event triggers the quad timer, I would like the output pulse to begin a set duration after the interrupt. Ideally, I would be able to control the delay and the pulse width, while keeping it as a one-off behaviour.

I have previous experience with combining interrupts and quad timer, but I am not sure if this specific behaviour is possible. Does anyone have any experience with it? What are my options here?
 
Back
Top