Part Number: TMDSEVM6678
Hi,
I am trying to do some signal processing on 6678l evm by streaming data from PC through UDP. I am using the helloworld example project from MCSDK. We are able to recieve the UDP packets. Is there a way to signals the other tasks once i recieve a complete UDP packet . Is it possible to do something like Semaphore_pend from a network daemon, or is there some other mechanism like signal trap .
Any pointers in this direction are welcome .
Thanks in advance
Aswin P Ajayan
PS i know how to normal tasks can communicate with each other.