Part Number: TDA4VM
Dear experts,

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.
Part Number: TDA4VM
Dear experts,

Hi,
As your requirement will be input from PC and output to PC.
Is input from and output to same PC? If yes, why you need to transfer to TI device in between?
If both input and output are different PCs then you need more than one Physical port. Which means you need to use CPSW9G.
For CPSW9G use EthFw to enable multiple CPSW ports. Enet will enable only one of CPSW Port.
Best Regards,
Sudheer
Hi sir,
Is input from and output to same PC? If yes, why you need to transfer to TI device in between?
My requirement is this:
Suppose File based segmentation app, where we feed the input images from the sd card and process the app and get the output images and visual display on Display monitor(edp/HDMI).I want to feed large custom input data( cannot give from sd card due to memory limitation) from pc to the application(server). The application(TDA4x) process the data and give the visual display and output images. So I want to use ethernet to feed to input images and get the output images.Is one pc not sufficient for this purpose?
Please guide me based on this.
Thanks,
Raju.
Hi,
The application(TDA4x) process the data and give the visual display and output images. So I want to use ethernet to feed to input images and get the output images.Is one pc not sufficient for this purpose?
Yes, One PC is sufficient for this Use-case.
You have to implement application on PC side as reading file data and frame Ethernet packets and send from PC to TDA4x CPSW Port.
TDA4x side extract the ethernet data and send to display module.
Best Regards,
Sudheer
Hi sir,
Yes, One PC is sufficient for this Use-case.
Thanks for the confirmation.
Is there any demo app in SDK that is using ethernet firmware similar to my use-case?
Thanks,
Raju.
Hi,
Is there any demo app in SDK that is using ethernet firmware similar to my use-case?
No. We have independent Ethernet application for Tx & Rx realization.
Best Regards,
Sudheer
Hi sir,
No. We have independent Ethernet application for Tx & Rx realization.
Could you please send references for it.
Thanks,
Raju.
Hi,
No. We have independent Ethernet application for Tx & Rx realization.Could you please send references for it.
Please refer to Enet loopback example (Tx & Rx the same packet) or enet lwip example (Iperf, ping test with remote PC)
Refer to PDK User Guide for more details.
Code for above applications will be available from "RTOS SDK/pdk/packages/ti/drv/enet/examples/"
Best Regards,
Sudheer