I have a simple test project running under RTX. One task is using I2C bus. Whenever for testing purposes I'm unplugging one of the I2C wires RTX doesn't want to switch context even running through os_tsk_pass(); As soon as this wire is connected back - everything is going to normal.
Thank you.