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