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 Reply Children
  • Those examples deal with REGISTERS directly.

    The OP said:

    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.

  • Dears,

    Thank you all, You really helped me with this matter,

    And for answering Andrew I should say that, I am an AVR programmer, But I am doing my best to improve my ARM, It is not really necessary to be rude dear! By the way thanks for answering my questions.

    Good luck.

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