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.
Hi All,
I want to transfer data from host to DDR memory using ethernet cable. I would like to know where I can find sample code and documents related to it.
Parameswaran,
Can you please let me know what device you are using so that I can direct this to the appropriate team.
Regards,
John
Hi John,
I am using TDA2x EVM board and I am trying to send data from host PC to A15 core using ethernet cable.
Hi,
Are you using the vision SDK or some other SDK?
Linux is running on A15 core?
Thanks
Gaviraju
Hi,
I am using Vision SDK , but we need to develop independent code to communicate between host and target.
We are planning to use sysbios on A15.
Hi,
Refer the below document
vision_sdk/docs/FeatureSpecificUserGuides/VisionSDK_UserGuide_NetworkTools.pdf
Network RX link: vision_sdk\links_fw\src\rtos\links_common\network_rx
Network TX link: vision_sdk\links_fw\src\rtos\links_common\network_tx
Demo example use-case: vision_sdk\apps\src\rtos\usecases\network_rx_tx
Thanks
Gaviraju