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.

RTOS/BEAGLEBK: NIMUSendPacket function is not being called

Part Number: BEAGLEBK

Tool/software: TI-RTOS

Hi,

I want to use the network stack with my device on TI-RTOS. As of now I have not implemented any driver functions/configurations. As the first step, I mapped the the NIMUInit function with my driver initialization function. In the initialization function, I initialized the network interface object with callback functions (start, stop, poll, ioctl, send, pktservice,etc.). Then I started the BIOS and the stack calls the NIMUInit function. The device is registered successfully with NIMU. But when I call NDK_sendto API, it doesn't call the NIMUSendPacket function. On reading the fdError(), I get number 6 which corresponds to 'device not configured'. I know that no data can be sent as there is no firmware but at least the send callback function should be called that I have registered with NIMU. 

Looking for the feedback from TI-RTOS team.

Regards

Vishav