Hi all, I have a project that requires 'threads' of different priorities to access the same buffer. When accessing the buffer, I need to stop some of the 'threads' in interrupts from modifying the buffer while others are in the middle of accessing it. Lon..
↧