porting FreeRTOS on to MSP430FG4619

Hi, I m trying to port freeRTOS  on to MSP430FG4619  targeting MSP-TS430PZ100 from TI using CCSv5……… I am planning to do this by modifying   FreeRTOS demo application for the MSP430F5438 microcontroller (with an MSP430X core) which uses CCSv4, and targets MSP-EXP430F5438 experimenter board from TI . This demo has two folders F5XX_6XX_Core_Lib (corresponding to MSPF5438) and MSP-EXP430F5438_HAL (Target board  MSP-EXP430F5438) as shown in the pic below… http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/166/1300.Picture1.jpg How can I make/ where can I find corresponding folders and files for  MSP430FG4619 and target board MSP-TS430PZ100.? regards Joseph

porting FreeRTOS on to MSP430FG4619

I can’t be exactly sure where the libraries came from, but they will have either been included with the software package that came with the experimenter board used to host the demo, or from CCS4 itslef.  Normally I would base a new project on a project provided by the board vendor, then strip out what I didn’t need – so that is the most likely case here.  Have you asked on the TI forums? I would recommend starting with the small data and code model as we are aware of issues when the FreeRTOS demo is used with CCS5 with a large data model.  Once the small model demo is running you can move onto the large data and code models if that is necessary.  I’m sure whatever is causing the problem will be easy to fix.  The reported problem appears to be related to the libraries.  In CCS4 I added my own basic library functions because the ones that came with CCS4 were too slow and big.  In CCS5 it seems the library I added myself inexplicably doesn’t work (it is just C code and runs in numerous other demos), and better success is found with the CCS5 library directly. I remember in general CCS made very heavy work of running the exact same code as the identical IAR demo.  I’m sure CCS5 has many improvements over CCS4 though.