Hi,
Two tasks
Task 1 with high priority
Task 2 with low priority
Task2 is in between exectution of critical section to receiving or transmission of data.
1) Now how to block Task 1 (High priority task) during exection of Task 2 in critical section?
2)Can you mention the API which can be included before and after execution of critical section?
Regards,
Bindu