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

Best Library

Note: This was originally posted on 17th March 2010 at http://forums.arm.com

I must begin to develop on a Cortex M3 NXP LPC1758.
I must to implement USB device, I / O, UART, PWM
I would like some impression on the best easiest and least expensive tools to develop.
Moreover what libraries are simpler and Real Time functioning well ?

Keil? LPCXpresso?

Thanks
Parents
  • Note: This was originally posted on 18th March 2010 at http://forums.arm.com

    With CMSIS, API for processor features (NVIC, SysTick, processor's control) and CMSIS intrinsic functions are identical.  However, peripheral API are still different. There is plan to try to establish some common API for commonly used peripherals but it is still a long way to go.

    At the moment, in most cases you still need to replace the library call to the peripherals during porting.
    Or you can create you own implementation of the equivalent functions during porting.
Reply
  • Note: This was originally posted on 18th March 2010 at http://forums.arm.com

    With CMSIS, API for processor features (NVIC, SysTick, processor's control) and CMSIS intrinsic functions are identical.  However, peripheral API are still different. There is plan to try to establish some common API for commonly used peripherals but it is still a long way to go.

    At the moment, in most cases you still need to replace the library call to the peripherals during porting.
    Or you can create you own implementation of the equivalent functions during porting.
Children
No data