Porting FreeRTOS on to LPC2148 (ARM7)

We are using LPCXpresso. Please provide demo project to port FreeRTOS on to LPC2148 ARM7 NXP controller or steps to create project for doing the same using FreeRTOS source code. Thanks in advance for the support.

Porting FreeRTOS on to LPC2148 (ARM7)

I’d look at one of the other demos for ARM7’s like Atmel. ISR has some specific’s for handling queues and tasks. Has no IRQ priority like cortex.

Porting FreeRTOS on to LPC2148 (ARM7)

To suppliment giggler giggler’s reply, see the following links: http://www.freertos.org/Creating-a-new-FreeRTOS-project.html http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html I think there are some LPC2148 projects in the download, and around the web, but we havn’t provided anything new for ARM7 (not to be confused with ARMv7 Cortex-M) parts for a long time.

Porting FreeRTOS on to LPC2148 (ARM7)

Thank you giggler and RTE team for the reply. I will try and get it working. I will come back once I am done.