User Activity

Posted on September 04, 2015 at 01:28  The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 18, 2015 at 20:59 On an STM32F4 Discovery (STM32F407) I'm trying to set up a timer and then reconfigure it within its own interrupt handler. The idea is that I should be able to repeatedly trigger tasks from the ISR in an...
Posted on July 09, 2015 at 01:12I'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 generati...