The FreeRTOS demo project with the GCC compiler port for the MSP432 launchpad can be found in the following git project : https://github.com/ponchopv/freertos_full_demo_gcc
I started this port once I found I couldn't compile the MSP432 FreeRTOS full demo with the TI trial compiler. I really like the MSP432 and wanted to try the FreeRTOS OS for some personal projects.
It was developed in linux using a makefile instead of a CCS project but I also included the CCS project where the makefile was integrated. It should be easily ported to windows.
Let me know if you have any problem with the project.