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

LPC2468 RTX KERNEL

I am using rtx kernel and mdk 3.50 with LPC2468. i am facing a problem in my software. The Main function is keep on called by somewhere or it is keep on resetting.

control is always coming to os_sys_init() and it is runnig in disassembly. the main function is given below

int main (void) { os_sys_init (job1); while (1);
}

can anyone help me regarding this issue?