We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I am a newbie to micro controllers. I am using a LPC2146 board and I am unable to understand what startup.s is actually doing, especially the vector table initializations. Is there any book where I can learn the assembly opcodes? (Google search isn't too helpful)
I have the document by hitex(Introduction to LPC2000), but I think even that requires some basic understanding.
Thanks in advance.
Thanks for all that info Andy! I don't want to sound lazy, but is there some help to understand just the startup.s, along with what exactly to do with the vector tables? A shortcut, to be precise (:-) No, this isn't a commercial project. I'm a college student trying to learn about ARM microprocessors in my summer break, because my course only has 8051 programming next year.
I would say "unlucky you" if your next year only includes 8051 programming.
Nothing wrong with 8051 chips, but they are not the only architecture on the market. And it is an architecture put under hard pressure. The most probable reason that the college is only teaching 8051 is that they either can't afford newer development boards, or that the teachers don't want to invest own time into learning new processors and then design some new exercices.
You should complain, since they are affecting the value of your education by not focusing on multiple architectures. When doing commercial projects, one of the hardest steps is to figure out what processor to use - but that requires knowledge about more than one single processor from one single architecture.
The saddest part is there are hardly any colleges in India which teach anything other than 8051 and 8086, even the very best. They expect us to learn it ourselves.
That is a common view of people on forums like this.
Seems somewhat at variance with the impression given by books like this: "?
They don't teach, but some of us do learn it ourselves! And, from what I know, our undergraduate courses are tougher than ones abroad (although outdated, archaic, whatever) so that counts for something, I guess.
An Introduction to ARM Assembly Language (Only 9 pages.)
dev.emcelettronica.com/introduction-to-arm-assembly-language
Thanks, but I'm reading a proper 200 page book on ARM assembly :), and have made good headway!