This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

To begin Rtos with keil

Hi all,
Happy new yr.
I want to go for Real time coding for my applications.
Can anybody guide me to begin with RTOS,so that i can develop applications using Keil RTOS for Microcontrollers,Keil provide help documents but they are too early to begin without basic concept in RTOS.
Thanks in advance.
Regards
Naresh

Parents
  • Toolset ->Cx51 and 8051 development Tools
    i have to keep polling,looking for occurance of a particular task,if a task is missed it won't cause major problem,but only degrade system performance,sometimes projects are such that task have particular sequence ie
    a task cannot occur before other or sometimes two task have to be run parallel
    eg one task uses timer while other look for port pin signal while other other take care of reading RTC(real time clock),in reality task cannot run simultaneously.For taking care of all this i have to code accordingly.i have keil compiler for coding microcontroller,this compiler also have its rtos for microcontrollers and i want to use it.so need help to begin with.

Reply
  • Toolset ->Cx51 and 8051 development Tools
    i have to keep polling,looking for occurance of a particular task,if a task is missed it won't cause major problem,but only degrade system performance,sometimes projects are such that task have particular sequence ie
    a task cannot occur before other or sometimes two task have to be run parallel
    eg one task uses timer while other look for port pin signal while other other take care of reading RTC(real time clock),in reality task cannot run simultaneously.For taking care of all this i have to code accordingly.i have keil compiler for coding microcontroller,this compiler also have its rtos for microcontrollers and i want to use it.so need help to begin with.

Children