MSP430 ports

Just wanted some information about the MSP430 port. I noticed that the port is specifically for MSP430F449. Is there any reason it wouldn’t work with other MSP430 chips, for e.g. MSP430F169? I do not currently have an eval board or I would have tested it myself.

MSP430 ports

Porting from one MSP430 device to another should be straight forward.  Just watch out for the amount of RAM available, I don’t think any less than that available on the 449 would be appropriate. There are some MSP430’s that have an extended architecture – more bits in the program counter I think.  These would require more of an effort. Take a look at http://www.westmorelandengineering.com/ for more FreeRTOS.org MSP430 related stuff. Regards.