Other Parts Discussed in Thread: CC2650
Tool/software: TI-RTOS
Hi I have compiled ble stack 2.2.1 for cc2650
I ran the stack code and then trying to run the app code.
in app code, its getting to following exceptional handler instead of going to SensorTag_taskFxn
Void Hwi_excHandler(UInt *excStack, UInt lr)
{
Hwi_module->excActive[0] = TRUE;
/* spin here if no exception handler is plugged */
while (Hwi_excHandlerFunc == NULL) {
;
}
Hwi_excHandlerFunc(excStack, lr);
}
can you please help..Its really urgent,we have some deadline coming up