Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Fast Interupts on STM32F103

    mpophal - - embOS related

    Post

    I have a fast interrupt routine that triggers a lower priority interrupt (> 128) and that routine calls embOS functions. Currently I am triggering a timer update event to generate this lower priority interrupt, I was wondering if there is a better way to generate a lower priority interrupt with out wasting a timer for this purpose?

  • Halting Tasks

    mpophal - - embOS related

    Post

    I am running embOS and have 8 tasks in my project that I need to be able to start and stop at the same time. I tried OS_EVENT_Set This starts the tasks and they run once until I do another OS_EVENT Set. I need them to keep running until I stop them. What is the best way to start these tasks and then stop them later? Later being from 1 minute to several hours.