We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?