I am using AMC2C6670 to execute NDK helloworld example.As it shows,dtask_udp_hello is called in DaemonNew( SOCK_DGRAM, 0, 7, dtask_udp_hello,OS_TASKPRINORM, OS_TASKSTKNORM, 0, 1 ) which is called by NC_NetStart.Now I want to exit from dtask_udp_hello.
After receiving data from ethernet interface,the program went to ti_sysbios_knl_idle_run.If I want to continue the program,which API should i use?
Thank you.
