Port to MSP430 with IAR ?

nobody wrote on Saturday, November 12, 2005:

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

nobody wrote on Saturday, November 12, 2005:

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

rtel wrote on Saturday, November 12, 2005:

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.

nobody wrote on Saturday, November 12, 2005:

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.

nobody wrote on Saturday, November 12, 2005:

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

nobody wrote on Saturday, November 12, 2005:

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