Shared event example. Instead of creating special thread user can use shared event queue i.e. sharing it with other system components and saving RAM. As the event queue is shared, you should limit the execution time of your event functions to avoid delaying other users’ events excessively.

History

Shared event example: deferring from interrupt context default tip

2017-12-18, by deepikabhavnani [Mon, 18 Dec 2017 16:50:19 +0000] rev 0

Shared event example: deferring from interrupt context