Hi,
I tried udpecho example on Ti-rtos and it's working fine. I just being curious of when the netOpenHook() function is being called ? I don't see anything that call that function directly, so I suspect that it must be the BIOSSTART() which call it, based on the rtos configuration (since NDK is included, then it will include the call to netOpenHook...). Or is there any other explanation ?
Thank you