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.

where directive USE_TIRTOS



Hi , 

I am looking at Wlan_station example. Under the BoardInit() function : 

when is the USE_TIRTOS set or even exist  ? The wlan_station is using TI_rtos_config so i believe it is running off TI RTOS , but why is it USE_TIRTOS directive not defined ??? 


#ifndef USE_TIRTOS
//
// Set vector table base
//
#if defined(ccs) || defined(gcc)
MAP_IntVTableBaseSet((unsigned long)&g_pfnVectors[0]);
#endif
#if defined(ewarm)
MAP_IntVTableBaseSet((unsigned long)&__vector_table);
#endif
#endif //USE_TIRTOS