Question
Scheduling future interrupts with a specific delay
Posted on July 09, 2015 at 01:12
I'm trying to schedule a single interrupt in the future with a specific delay on the STM32F407, and I'd like to figure out the best way of doing this. I've played around with periodically waking up a task and generating PWMs with the timers, but now I'd like to specify an aperiodic interrupt in the future. I looked into the One Pulse Mode for the timers, but it seems that requires an initial external trigger.
I'm sure there's an elegant & simple way to do this - it seems like a fairly straightforward timer use case. Could someone point me in the right direction?Thanks! #stm32f4 #interrupts #timers