Skip to main content
mejrissi
Associate II
April 7, 2014
Question

Interruption on internal event

  • April 7, 2014
  • 2 replies
  • 814 views
Posted on April 07, 2014 at 10:56

Hey. I have a big project that I am working on with STM32F4-Discovery board and I need to use interruptions requested by internal events ( not Timers ) such as variables changing. Can anyone help me with that? Thank you in advance.

#interrupts---internal---stm32
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    April 7, 2014
    Posted on April 07, 2014 at 14:18

    Like an RTOS?

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    mejrissi
    mejrissiAuthor
    Associate II
    April 7, 2014
    Posted on April 07, 2014 at 14:54

    Yes, like an RTOS. I can't use something like FREERTOS because the project is complex and it would be hard for me to debug it and look for potential errors, that's why I need to implement it myself.