• why this progam in RTOS not running?
    This is my source code, very simple. #include <rtx51.h> #include <stdio.h> #include <math.h> #include <REGX51.H> void task1 (void) _task_ 1 _priority_ 1 { P2_1 = 0; os_wait(K_TMO, 100, 0); } ...
  • RTOS
    hello, i am looking for an RTOS to use with my application for the 89V51RD2 microcontroller. it is a basic application for reading GPS data and then sending it to a GSM based cell phone. in addition...
  • RTOS on arm
    Hello, I am new with ARM. My previous experiences are with the 8051 and Atmel AVR. And I am in the field of instrumentation. Mostly I work with the PID controller, analytic instrument, industrial...
  • why have CMSIS RTOS only 7 priority?
    CMSIS RTOS only have 7 priority this is the defintion : enum osPriority { osPriorityIdle = -3, osPriorityLow = -2, osPriorityBelowNormal = -1, osPriorityNormal = 0, osPriorityAboveNormal = +1...
  • RTOS
    Note: This was originally posted on 29th May 2012 at http://forums.arm.com Hi Does RTOS comes on chip or it is pure software?