• RTOS Tiny
    I am not able to run the foll. example of rtx tiny #include <rtx51tny.h> int counter0; int counter1; void main(void) void job0(void) _task_ 0 { os_create_task(1); while(1){ counter0...
  • RTOS Tiny
    I am not able to run the foll. example of rtx tiny #include <rtx51tny.h> int counter0; int counter1; void main(void) void job0(void) _task_ 0 { os_create_task(1); while(1){ counter0...
  • RTX51-Tiny RTOS and CAN
    RTX51-Tiny RTOS and CAN I can't afford RTX51-Full to get the Keil CAN function library, but I have C51 and RTX51-Tiny. Where can I get some CAN functions for this? Anyone got experience with RTX51 Tiny...
  • RTX51-Tiny RTOS and CAN
    RTX51-Tiny RTOS and CAN I can't afford RTX51-Full to get the Keil CAN function library, but I have C51 and RTX51-Tiny. Where can I get some CAN functions for this? Anyone got experience with RTX51 Tiny...
  • i am using RTX tiny (RTOS)
    ohhh.. sorry .. i am using RTX51 Tiny RTOS.. all this is for understanding purpose.. i want to know is there way to access registers of processor with tiny.. and how rtos share its resources among various...