Tool/software: TI-RTOS
Hi
Is it possible to use MessageQ_get() as below If I use MessageQ_get() for receiving data:
The program doesn't wait forever on MessageQ_get() function.
I mean when the program runs the MessageQ_get() function, if the result data is received it must process it.
If the MessageQ_get() function has not received the data, the program must not waist time on MessageQ_get() function and must check
it again on the next time step.
Thanks