Sending events from ISR routines
3064 Betrachtungen
Seite:
1
Sending events from ISR routines
01.08.2008 11:49
Motivation
in some cases interrupt service routines should send events to trigger behaviour.
Solution for Rhapsody in C
To send events from ISR there is a Macro called CGEN_ISR which should be used.
Here an image shows detailed which steps should be done
Download: Example model
Solution for Rhapsody in C++

