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

LPC2368 Libraries

Hello guys,

First of all, I am new on ARM7,

Are there any library for LPC2368, like something on ATMEGA32, (delay.h , LCD.h ) or...

For example for using PWMs, instead of using the registers directly, We use some of functions that is included in a library and in this way, We can use that functions instead of a lot of HEX numbers and name of registers.
It is really awful to program a micro using the machine language!

Sincerely yours,
Pooriya

Parents
  • This has nothing to do with ARM. The control registers on AVRs - or any other microcontroller - work in much the same way.

    If you aren't able to work at the register level, then you really need to include that as one of your criteria for chip selection. As has already been noted, NXP do provide such libraries for their more recent chips. As do other manufacturers...

Reply
  • This has nothing to do with ARM. The control registers on AVRs - or any other microcontroller - work in much the same way.

    If you aren't able to work at the register level, then you really need to include that as one of your criteria for chip selection. As has already been noted, NXP do provide such libraries for their more recent chips. As do other manufacturers...

Children
No data