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
  • But the memory map must be the smallest problem when moving code between processors. For ARM-class processors, you normally manage that with linker settings.

    And for addresses to peripherials, you normally have named constants, where the correct include file will often solve any issues.

Reply
  • But the memory map must be the smallest problem when moving code between processors. For ARM-class processors, you normally manage that with linker settings.

    And for addresses to peripherials, you normally have named constants, where the correct include file will often solve any issues.

Children