Hi, Where can i find an example project that use the RTX Kernel for the lpc1114 ? Thanks,Yair
The closest example is: \Keil\ARM\Boards\ARM\MPS_CM0\RTX_Blinky\ you have to change it to fit your processor and board.
Hello Yair Ackerman,
There is no difference between an LPC Cortex-M0 and a LPC Cortex-M3 RTX application. You can use the same RTX_Conf_CM.c file for configuring RTX. Of course you need different startup and system files. You can find theese files in folder .\Keil\ARM\Startup\NXP\LPC11xx
Best Regards, Martin Guenther
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
Thanks for the help.