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.

ACPY3 and QDMA support on TI816x

Expert 2030 points

Is quick DMA with IDMA interface for codec engine/framework components supported under netra?

Will we be able to use acpy3 apis from within DSP application to transfer data from DDR to L2 cache?

In package.bld for " framework_components_3_20_02_29\examples\ti\sdo\fc\dman3\examples\fastcopy"  I see no suport for 8168. When will this support be added?

 

 

 

    /* No support yet */

    if (platName.match(/DA830/) || platName.match(/8168/) || platName.match(/sdp4430/) || platName.match(/DM8148/)) {

        return (true);

    }

 

RV

 

 

  • We are sharing one EVM with whole team, so I don't have the hardware. Also EzSDk April 5th drop for Netra (DM8168) is missing cgtools folder for  c6000  I have run acpy3 example in simulator by copying tools folder from Integra SDK.

    But  I would like to check it off my list, if any can report here that it works on hardware.

    We need acpy3 for video processing.  Could you check to see if it runs for you.

     

    Thanks

    RV