Part Number: BEAGLEBK
Other Parts Discussed in Thread: AM3358
Tool/software: TI-RTOS
Hi,
I wish to send a UDP Packet to my host computer from the board. I call the NDK_sendto() function which throws me an error as NDK_ENXIO which means device not configured. Upon debugging I found out that it fails at socket side binding (ti/ndk/stack/sock/sock.c). On further investigation, I found out that it calls function *BindFindByNet( void *hIF, uint32_t IP ). The pbind value here is assigned from pbindFirst which is 0 and hence function returns with error.
Can someone please suggest me how this pbindFirst is getting initialized and why am I getting it 0? What possible thing I am missing?
Regards
Vishav