Hello everybody!
I got NDK working, I even have UDP server and able to communicate with DSP.
I can ping DSP from host but how do I ping host from DSP? Is there any functionality in NDK allowing to send/receive ping packets on DSP?
There are some API in
ti/ndk_2_24_01_18/packages/ti/ndk/stack/icmp/
but it is not clear how to determine if ping fails. Suppose I call ICMPGenPacket() but how do I know that answer received?