This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MULTI RTOS IN SAME MCU

Hi,
Am working in an application like 2 RTOS has to run in the same MCU,I can switch from one is to another os by restarting ....Is there anyway that I can do without restarting...I I tried with address jumping by using function pointer... That time code is stucking ....I suspend the Os and tried then also same... Why code is not jumping from one location to another in operating system.... How can I disable operating system completely??? Please help me