Port to MSP430 with IAR ?

How to port freertos to msp430f149? I am using IAR tools!

Port to MSP430 with IAR ?

See here http://www.westmorelandengineering.com/

Port to MSP430 with IAR ?

The MSP430F149 has a lot less RAM than the device on which the IAR port was created.  You will have to account for this in the configuration of the heap available to the kernel.  Compare the files FreeRTOSConfig.h for the mspgcc, Rowley and IAR ports to see the respective configTOTAL_HEAP_SIZE settings. Regards.

Port to MSP430 with IAR ?

Hello, Please take a look at the notes.txt file on the Westmoreland Engineering.com home page. The ‘149 has 2K RAM – you should be able to run a subset of the tasks in the port on the ‘149. Regards, John W.

Port to MSP430 with IAR ?

I am sorry! I can’t visit the website for some network reason.Could you send the source code to me!

Port to MSP430 with IAR ?

Thank you John. I have receive the souce code from your email.