porting freeRTOS to MSP430FG4619

chackojoseph wrote on Sunday, November 04, 2012:

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 ??

edwards3 wrote on Sunday, November 04, 2012:

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.

chackojoseph wrote on Monday, November 05, 2012:

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…