Using: TWRK60N512, MQX 3.8, IAR EWARM 6.5
I have reduced the timeout to 1 tick and still am not receiving a timeout, task execution stops.
If I set the event from another task all is good, execution continues, so at least I can continue if all is good :smileyhappy:
I have called _time_delay_ticks and I do in fact delay for the number of ticks, so I am assuming the timer is running properly.
The code is very stright forward:
if ( _lwevent_wait_ticks(&mEvent1, 0x01, TRUE, 1) != MQX_OK )
Any thoughts are appreciated.