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.

PROCESSOR-SDK-OMAPL138: network development kit

Part Number: PROCESSOR-SDK-OMAPL138
Other Parts Discussed in Thread: OMAPL138

hi,
I am using omapl138 processor with micro c os running on the arm core.I want to add a tcp /ip stack to my project, can I add that with the TI NDK to my project.If yes, how?

  • Hi,

    Yes, TI NDK supports tcp/ip stack. However TI does not support micro os, so you will have limited support from OS point of view, when porting the NDK to your system.

    Best Regards,
    Yordan

  • Hi,

    Thank you for your reply. My project is not a system/bios project so does not have a config file as specified in the NDK supporting documents.so how can I port the NDK for my project. Everithing in the documents says with a system/bios project.since there is no config file I Can't open that as specified by the document and use the Gui.

  • Hi,

    You could see how the actual implementation is done (emac settings, initialization, tcp/IP stack, daemons that are started) and use the handles provded by your OS to mimic the behavior. Your OS should provide something similar for configuring tasks, irqs, memory mapping, directing .code, .data, .text sections to certain memory and so on.  Sorry I can't go into any specific details, but I am not familiar with your micro c os.

    Best Regards,

    Yordan