Dear TI experts,
I am using TIVAC - TM4C129Xl with TIRTOS (tirtos_tivac_2_00_01_23) from TI.
Here I have issue in using events and tasks. I have created 2 task & 2 event handles.
based on predefined conditions in my logic, I am posting event from 1st task to 2nd task and 2nd to first task alternately.
Both the tasks are kept in BIOS_WAT_FOREVER until it receives a valid event.
Some time, Event_pend() call will not rcv any events even though I post a valid event from Task-1. Due to this My program goes for a hang state since previous Event is not precessed.
Please help me out here !
Thanks
