porting freeRTOS to MSP430FG4619

how to go about for porting freeRTOS to MSP430FG4619 using CCSv5 compiler…to MSP-TS430PZ100(target board)… Demo given is given for MSP430X core (MSP430F5438) Code Composer Studio 4…. can anyone Help ??

porting freeRTOS to MSP430FG4619

Is the MSP430FG4619  also an MSP430X? If so then you should be able to use the same port, just target it for your chip with the correct linker script etc. Note there was a thread recently that said the CCS4 port did not run with CCS5, something to do with the libraries.

porting freeRTOS to MSP430FG4619

Thank you Mr.Edwards3 for porting freeRTOS to MSP430FG4619 using CCSv5 compiler…to MSP-TS430PZ100(target board)… Demo given is given for MSP430X core (MSP430F5438) Code Composer Studio 4…. can you help out  with the steps involved……….. what are modifications needed for the first step  say blinking of the LED on the target  board…