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?
thank u. i will try and come back to u.