Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years 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.