• RTX51 tiny
    When a task is stoped due to time out? Will it sart again from the beganing or from the last statment that it was executing??
  • To use RTX51
    Hi I want to do a project using RTX51 RTOS. This is to get a feel of using RTX 51. Would somebody guide me on what kind of project that I could do on this.(Not to be too simple and not big too) ...
  • rtx51 timeslice
    hi every one. i am new to rtx51. i have one doubt as follows: if i have a round robin time slice of 5msec. and my code is: job1 () _task_ 1 { while (1) { counter1++; os_wait (K_TMO, 5...
  • RTX51
    Hello, I created three tasks. Each task increments a counter and send it to LCD by using a semaphore. I used timer 0 for system tiks. I used timer 2 to interrupt every 1/2 second and increase the counter...
  • rtx51
    Does the compiler c51 version 7.05 support rtx51 full version5.10?