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

example project for lpc1114 (Cortex M0)

Hi,
Where can i find an example project that use the RTX Kernel for the lpc1114 ?
Thanks,Yair

Parents
  • Hello Yair Ackerman,

    There is no difference between a RTX project for a LPC Cortex-M0 and a LPC Cortex-M3. You can use the same RTX_Conf_CM.c file to configure RTX.

    Of course you need differnet startup and system files which are located in folder .\Keil\ARM\Startup\NXP\LPC11xx

    Best Regards,
    Martin Guenther

Reply
  • Hello Yair Ackerman,

    There is no difference between a RTX project for a LPC Cortex-M0 and a LPC Cortex-M3. You can use the same RTX_Conf_CM.c file to configure RTX.

    Of course you need differnet startup and system files which are located in folder .\Keil\ARM\Startup\NXP\LPC11xx

    Best Regards,
    Martin Guenther

Children