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.

EMAC 6670 getting started

hello

I have 2 modules evm6670l and i was trying to connect them together using Ethernet, i tried all the examples within the pdk but unfortunately errors appeared every where.

can anyone tell me how to start on the EMAC or give me a small project to send and receive bit stream to and from the evm ?

thanks

  • Hi,

    Take a PA with EMAC example project from the PDK. It is not implemented for direct communication between two EVM's or Devices. Here, you need to understand the code flow and then modify the code for send/receive the packets between boards through Ethernet Port.
    Similar implementation discussed the following E2E thread, this will help you how to modify on your device.
    http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/202083.aspx
    http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/202083/719489.aspx#719489

    Otherwise, look the NDK example project like helloWorld or client project. This have support for UDP/TCP send and receive through IP based. There is no direct test code for your requirement in the MCSDK. But take this example project and customize on your requirement.