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.

TMS320F28388D: F28388D to PC via ethernet data transfer

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Hi Experts,

Good day.

Hi, I need some help regarding F28388D to PC via ethernet data transfer
I am using fsi interface from the F280039 controller and transferring data to F28388D, and I want to forward this data to the PC so we can Visualize the transmitted data in real time, We believe ethernet will be fast enough to achieve this.
And have searched for sample code from the C2000 ware, not sure which one would best suit our requirement, and also want to ask which software on the PC side would TI recommend to receive the ethernet Packets and visualize them.

Please advise.

Regards,

Josel
  • Josel, 

    You can refer the UDP based example "enet_lwip_udp" provided in C2000Ware.  

    For this example, the  F2838x Control Card is connected to a PC/laptop on the Ethernet port. PC/laptop runs the SocketTest/’Packet Sender’ software, configured for the IP Address and port.  Pls refer the "Readme.txt" file for more details. 

    Also, note that Etherenet is only accessible from the CM core of F2838x. If you need to transfer the data to C28x core of F2838x , then you will have to use IPC to communicate between these cores. 

    Best Regards

    Siddharth