free rtos on

skhanna
Hello,
I am new to ARM. Please tell me How to use freertos on MINI2440.
Thankyou

davef
I think there is a variant of freeRTOS for the LCP (Philips) family of ARM
chips. So, it shouldn't be difficult to create a variant for the v4t
architecture.

You get the source and cross-compile using whatever compiler you want, say
the FriendlyArm distro on the downloads page and learn how to do
"bare-metal" programming on the mini2440.  Search Keil on this site or
maybe use Eclipse or ?

Do you need to do this project on the mini2440.

I assume you have searched around this site for pointers?