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.
Hi,
I have CMSIS RTOS thread increment uint32_t variable.
Other thread is reading uint32_t variable.
Do I need to use mutex to protected these read and write.
Can I use any better way without using OS mutex.
Thanks, Naeem