0
37kviews
What is shared data problem? How it is handled in RTOS?
1 Answer
4
3.0kviews

The shared data problem occurs when several functions (or ISRs or tasks) share a variable. Shared data problem can arise in a system when another higher priority task finishes an operation and modifies the data or a variable before the completion of previous task operations.

Steps to eliminate shared data …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.