Fast Interupts on STM32F103

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

  • Fast Interupts on STM32F103

    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?