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.

CC3200: How to build wlan_station example from ccs with FreeRTOS support

Other Parts Discussed in Thread: CC3200

Hi,

 getting_started_with_wlan_station in CC3200 SDK can be built with either gcc or CCS. When I build with gcc it uses FreeRTOS (CFLAGS+=-DUSE_FREERTOS), when I build with CCS it uses TI RTOS. I would like to build this example from CCS with FreeRTOS.

 a)      Is it possible to build the example in CCS with FreeRTOS support?

b)      If yes, What changes are required?