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.

Using NETCP communication between ARM and DSP

Other Parts Discussed in Thread: TCI6638K2K

Hello,

I would like to set up a bidirectional IP/ethernet communication between ARM and DSP using NETCP.

Is it possible?

If yes, could anybody provide hints about how to configure fastpath with NETFP?

I am using MCSDK 3.1.2.5 and syslib 3_00_06_01 on Keystone II TCI6638K2K

Thanks

Regards

STefano

  • Hi STefano,

    Why do you want to use ethernet communication between ARM and DSP instead of IPC? Also I recommend you to use latest MCSDK 3.1.4.7 for your development. Please find the download and user guide link below my signature.

    Thank you.

  • Dear STefano,
    I hope, you can try to use the NETCP module in DSP code through IPC mechanism.
    You have to run the Linux on ARM core and run the NETCP DSP code on DSP core then try communicate with IPC between ARM & DSP.


    Please refer to the following links.

    processors.wiki.ti.com/.../TransportNetLib_UsersGuide

    http://www.ti.com/lit/wp/spry186/spry186.pdf

  • Hello,

    thank you for the replies and interesting material provided.

    Anyhow my need was different, I try to reformulate the question.

    I would like to establish a data path between DSP and ARM, not a control path, so I would like to use NETCP as IPC and not queue based one.

    In particular, I can successfully establish a data path between DSP and a simple application running on an external PC, through standard socket, but if I move the same application on ARM, it seems that packets cannot be routed properly to ARM.

    Any suggestion?

    Thanks
    Regards
    Stefano
  • Any suggestions for this issue?