Is increment uint32_t atomic operation

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

More questions in this forum