ZacckOsiemo
ZacckOsiemo
DIIDevHeads IoT Integration Server
Created by undefined.elf on 12/19/2024 in #firmware-and-baremetal
Anyone who used FreeRTOS before can suggest me a good documentation for it
mutual exclusion isn’t really the same as atomicity. You woll use atomic keywords when you want an operation to be done all at once or none at all. Something like a database transaction. And you will use mutexes when you need to share but only one user of the resource at a time
11 replies