Shared data problem in embedded system?

1 answer

Answer

1292793

2026-03-18 07:40

+ Follow

if a variable is used by multiple tasks or processes, conflict arises.the variable value will become inconsistent.

solutions are to disable interrupts when critical region starts execution, using semaphores.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.