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 TCP Decoder through ARM Core in 6638k2k

Hello All,

Currently we are using TCP Decoder through DSP Core in TCI6638K2K processor. We want to move tcp3d configuration and decoding part from DSP Core to ARM core.

So Is it possible to use TCP3d decoder peripheral through ARM Core ?

If possible is there any example project available for ARM Core using tcp decoder?

OR

What changes will be required in project for moving TCP3d decoder from DSP core to ARM Core.

Many Thanks !

Regards,

Prashant

  • Hi Prashant,

    Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com). Please read all the links below my signature.

    We will get back to you on the above query shortly. Thank you for your patience.

  • Hi Prashant,

    Currently the tcp3d driver and example is built for DSP only.

    "What changes will be required in project for moving TCP3d decoder from DSP core to ARM Core."
    1. There has to be a top level makefile_armv7 created for TCP3d directory structure. A good reference would be ti\drv\qmss\makefile_armv7.
    2. Each individual test and example directories should have makefile similar to ti\drv\qmss\test\k2k\armv7\linux\build. This will contain all the source and test files that need to be built. It will generate the .out executables.

    Regards,
    Arun