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

Control going into SWI handler self loop when initiating a task

Hi I am using LPC2468 and RTX Kernel, This is the main loop i wrote, it is from a example,
yet it is not getting initialized,
main(void)
{ os_sys_init (job0);

}
the control is just passing into SWI handler self loop
can anyone give me any solution.

0