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

RTOS for LPC1800

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

Parents
  • Hi,

    Totally agree that LPC1800 is cortex M3 based, and there is no problem to use RTX or FreeRTOS with it.
    But if Keil already have some example with this , it will be easier for user.
    for Example with LPC17xx, I can easily find some sample code of FreeRTOS of RTX on this chip.
    Porting to LPC1800 will take some effort because memory map will be difference from LPX17xx , or LPC13xx which is the same Cortex M3 series.

    Thanks.

Reply
  • Hi,

    Totally agree that LPC1800 is cortex M3 based, and there is no problem to use RTX or FreeRTOS with it.
    But if Keil already have some example with this , it will be easier for user.
    for Example with LPC17xx, I can easily find some sample code of FreeRTOS of RTX on this chip.
    Porting to LPC1800 will take some effort because memory map will be difference from LPX17xx , or LPC13xx which is the same Cortex M3 series.

    Thanks.

Children