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

CAN ANY ONE HELP ME ON RTX_OS PLEASEEEEEEEEEEEEEEEEEEEEEEE

Hello ,All
Please help me on keil->RTX-OS
how to use interrupt on ittttttttttttttttttttttttt?
pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
im using at91sam7x256.
but i am Disappointed from your help.
your Sincerely Amir

Parents Reply Children
  • Hello Per

    T h a n k y o u v e r y m u c h Per

    all of email from keil.com was in my spam list

    and i think anyone dont help me.

    but im very tired from ARM microcontroller,whatever AVR microcontroller was simple and have many documentation ARM is complex and dont have useful document

    so sorry for my bad english

  • There are lots of good ARM documentation.

    It's just that you have to get some of the documentation from ARM - the designers of the architecture.

    And some information from the chip manufacturer - the company that integrated an ARM core with own or bought peripherial designs.

    And some information from the compiler vendor - the company that did (probably) send you the include files used to access the different registers of the chip. And the company that wrote the debugger you use while testing/fixing your source code.

    You obviously don't need to read any documentation for any RTOS, if you decide to not use one. The ARM processors do work well with an RTOS, but if you can manage without an RTOS with an AVR chip, then the ARM chips are just as able to handle a solution without any RTOS.

    What ever tools or chips you use, the rules are still the same. You must decide what you want to do. Then you must figure out suitable steps to reach that goal. Each of these steps can either be solved or broken into smaller steps. When having subdivided the problem into small enough steps and you are still being stuck, then you do have enough information to ask questions based or your current situation.

    But you must be a part of the development effort. No one else can present you with any turn-key solution to your problems. We don't even know what your problems are. And we will ignore you unless you do post questions that are well enough defined that they can be answered.