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.

CCSv6/CC3200 Ctrl+Click goes to osi_freertos.c instead of osi_tirtos.c

Hi folks,

Got the provisioning_ap example building successfully in my workspace, and modified it so that it would use TI-RTOS instead of FreeRTOS by going into the predefined symbols and replacing USE_FREERTOS with USE_TIRTOS, and also verifying that the linker includes do have TI-RTOS references rather than FreeRTOS references. I also re-built the project with these settings, and also right-clicked on the project, then selected Index => Rebuild for good measure. With all that in place, when I ctrl+click on VStartSimpleLinkSpawnTask in the line:

lRetVal = VStartSimpleLinkSpawnTask(SPAWN_TASK_PRIORITY);

I get taken to osi_freertos.c rather than osi_tirtos.c. What have I missed? Screen shots of my project properties below in case they can help.