Hi,
May I know which RTOS is supported in Keil uVision to use with LPC1800 ?
My project need to run multi threading on LPC1800 but currently I did not find any information which RTOS is support for LPC1800 ? Can RTX do this ? or do you have other recommend ?
Thanks
Sorry, I don't get your question ?
"Sorry, I don't get your question ?"
A large percentage of people who visit these pages and "needs" something, don't actually needs it. They just think they do, based on incorrect assumptions. Extra funny, when people "needs" an RTOS on their tiny 8051 to manage to get a couple of LEDs to flash.
Microcontrollers can manage quite a lot without an RTOS if the execution is correctly partitioned between interrupt service routines and a main loop. The biggest reason for "needing" an RTOS is often when a school project has an RTOS as a requirement.
My Project is an interface device to Intel Mother board. This device require high speed USB with Ethernet features ... that s why I need multi threading support and chose LPC1800 as this in the only Cortex M3 with High Speed USB and Ethernet Controller. This is not the school project requirement as you said. Thanks Btw, I just got the information that freeRTOS support for both LPC1800 and LPC4300 will be available in Feb next year.