cancel
Showing results for 
Search instead for 
Did you mean: 

Interruption on internal event

mejrissi
Associate II
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
2 REPLIES 2
Posted on April 07, 2014 at 14:18

Like an RTOS?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
mejrissi
Associate II
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.