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

Startup.s in Keil, LPC2146

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.

Parents
  • 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.

Reply
  • 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.

Children