Part Number: CC2538
Tool/software: TI-RTOS
Hi I have an issue regarding timer in ZMesh i called this function in my init function "osal_start_timerEx( RFID_Coordinator_TaskID,RFID_DISP_TIMEOUT_EVNT,500 );" it works and i have written exactlay this call in event^RFID_DISP_TIMEOUT_EVNT condition in process_event task but it seems that event is not firing after first event.
#define RFID_DISP_TIMEOUT_EVNT 0x0080
no other macro with this bit.