Jump to content

Learning ARM

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
urMohid

urMohid

    Newbie

  • Members
  • Pip
  • 5 posts
I want to learn ARM. But till now I don't even know what ARM is. Can someone help me in where to start with? I couldn't find anything understandable by searching. And arm dot com is also not understandable for me.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
ARM is a processor. You can program an ARM processor with a variety of languages, assuming you have an appropriate compiler.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
urMohid

urMohid

    Newbie

  • Members
  • Pip
  • 5 posts
Are their any basic tutorials to start with?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It depends on the language you want to use. C, C++, assembly, others.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
urMohid

urMohid

    Newbie

  • Members
  • Pip
  • 5 posts
I know C++ much :)

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
At that point, it's just a matter of writing a C++ program and compiling it for the ARM, though you will probably want to think about the OS that's running on it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog