We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hello, I have a task that needs to query the value of a global variable that is also accessed in an ISR. it is a mistake to have the task scheduler preempt my task while the interrupt like is disabled, so I can access it safely?
the subject should have been "disabling an interrupt line in a task"