This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NDK - using interrupts for C6747

Other Parts Discussed in Thread: TMS320C6747

Hi all,

I am developing a VOIP application- where I use NDK and EDMA with ping pong buffering concept. When using the recv() for receiving data via ethernet ( using UDP protocol), the recv() takes a long time to finish. So, I would like to use the NDK's interrupts (like STKEVENT, etc) so that I can get an interrupt or event which indicates that the recv() function is complete and now I can process the new data that has been received using the recv() (instead of polling it every time that semaphore gets a turn).

I am actually looking for an example that uses NDK's recv() for receiving UDP packets and uses NDK's interrupts to inform that recv() function has finished receiving via UDP protocol.

I use CCS v4 EVM OMAPL137/c6747

Thanks