This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C123GH6PM: Importing FreeRTOS demo fails

Part Number: TM4C123GH6PM

Tool/software: Code Composer Studio

Hi,

I'm having issues importing the FreeRTOS demo CORTEX_M4F_MSP432_LaunchPad-IAR_CCS_KEIL to CCS. It is my first time both importing and using RTOS, and I've tried a bunch of solutions on various forums.

I downloaded the entire FreeRTOS-package and unzipped it. Then in CCS I pressed Project > Import CCS Projects. I browsed to the search directory above (CORTEX_M4F_...), marked the only project that appeared and pressed Finish. The error I received was:

Error: Import failed for project 'RTOS_demo' because its compiler definition is not available. The project does not appear to be a CCS Project. Please try importing it using the 'General > Existing Projects into Workspace' wizard

So I tried the above, but it prompted me to Import CCS Projects again.

I tried reinstalling CCS and am currently using version 8. I have GNU v7.2.1 (Linaro) and TI v18.1.1.LTS compilers installed under Windows > Preferences > Code Compose Studio > Build > Compilers.

Thanks in advance!