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.

How can I use Ethernet to send something value??

Other Parts Discussed in Thread: TMS320C6748

In the enet_lwip.c example, I check the IP address of the LCDK in the TeraTerm. 

And I check the mac address and IP address of the LCDK in the Wireshark.

 But, I don't know why IP address and Mac address appear in the wireshark.  Why??

 

I would like to proceed with the use of other Ethernet,  let me know if you have any other examples or manuals. Please....

I want to send another value using Ethernet. What should I do??

I use the C6748 Development Kit(LCDK), TMS320C6748. And Compiler is CCS V5_5.

  • You can run TCP/UDP server on your board and able to send the packets from your PC.
    I have used packet sender app to send the TCP/UDP packets from PC.

    Download the NDK example for C6748 board and run the "helloworld" or "client" example.
    C:\ti\nsp_1_10_00_03\packages\ti\ndk\examples\ndk_evm6748_elf_helloWorld

    Run the Windows command based application on cmd to send the datas to C6748 board via ethernet.
    C:\ti\ndk_2_24_02_31\packages\ti\ndk\winapps