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.

UDP Data transfers using Netcp

Other Parts Discussed in Thread: TMS320C6678

I am in the process of learning to program the tms320c6678 processor. I would like to transfer data in the form of UDP packets from a PC to one of the cores in the DSP. should i use the NDK or the Network Coprocessor with its associated subsystems to accomplish this? which is the better option to obtain maximum throughput? could any one suggest an example which makes use of NetCP's PA, SA subsystems to transfer ethernet packets?

Thank You

Girish

  • Hi Girish,
    Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com).
    Please read all the below my signature.
    We will get back to your query shortly. Thank you for your patience.
  • Hi,
    It depends on your application.
    If its NDK examples (hello world and client), it provides HTTP webpage, telnet and DHPC server, you can transmit/receive the UDP/TCP packets.

    If its PA examples, it just send/receive the packet across multiple cores.

    I would like you to suggest to run all the examples and decide upon which application would fit for your application.