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

Multitasks using uvision3

Hi,
I am new to ARM and am using the keil microvision3. I wanted to know how to go about running multitasking applications using this tool. Should i use the UC/OS -II for this purpose? If so how?Please let me know.

Any readin material for the same will be appreaciated.
Thanks

Parents
  • First, you need to consider whether you need multitasking at all.

    If you do, you next need to consider your requirements and choose (or make) a multitasking environment that fits those requirements.

    "Debugging support under Keil uVision" could be one of your requirements...

    You will have to study the UC/OS-II documentation to discover if it fits your requirements

    Here's Keil's offering: http://www.keil.com/arm/rl-arm/

    There are many others...

Reply
  • First, you need to consider whether you need multitasking at all.

    If you do, you next need to consider your requirements and choose (or make) a multitasking environment that fits those requirements.

    "Debugging support under Keil uVision" could be one of your requirements...

    You will have to study the UC/OS-II documentation to discover if it fits your requirements

    Here's Keil's offering: http://www.keil.com/arm/rl-arm/

    There are many others...

Children