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

µvision3 ..user manual for writing firmware

Hello,

I am new to µvision and would like to write frimware with it. I looked in help of µvision to learn how to write my own application but there only examples are presented and not a user manual to get to the terms, for example statement such as ACDR |= starts ADC conversion and ADCR &= stops ADC conversion. Where can I learn these terms ???

I am looking forward to your replies.

With regards,

Sridhar

Parents
  • Software tool user manuals tell you about the tools - they do not teach you how to write firmware!

    "for example statement such as ACDR |= starts ADC conversion and ADCR &= stops ADC conversion. Where can I learn these terms ???"

    These will be covered in the Data Sheets for your particular device.

    Also, check out the manufacturer website for tutorials, application notes, etc.
    Some manfacturers and distributors run seminars & training classes

    Check the ARM website for general ARM stuff.

    A couple of books are listed here:
    http://www.keil.com/books/armbooks.asp

    Use your favourite internet search engine, with keywords like "ARM" and "tutorial"

    Other forums:
    http://www.keil.com/forum/otherforums.asp

Reply
  • Software tool user manuals tell you about the tools - they do not teach you how to write firmware!

    "for example statement such as ACDR |= starts ADC conversion and ADCR &= stops ADC conversion. Where can I learn these terms ???"

    These will be covered in the Data Sheets for your particular device.

    Also, check out the manufacturer website for tutorials, application notes, etc.
    Some manfacturers and distributors run seminars & training classes

    Check the ARM website for general ARM stuff.

    A couple of books are listed here:
    http://www.keil.com/books/armbooks.asp

    Use your favourite internet search engine, with keywords like "ARM" and "tutorial"

    Other forums:
    http://www.keil.com/forum/otherforums.asp

Children