9 years, 5 months ago.

critical section in mbed rtos

Is there any chance to disallow context change(switch to another thread) for part of thread code. It will be useful for I2C communication for example. I know that I should use semaphores for communication, but I want just to know.

Be the first to answer this question.