Interruption on internal event
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-07 01:56 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-07 05:18 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-07 05:54 AM
Posted on April 07, 2014 at 14:54Yes, 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.