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.

CCS/PROCESSOR-SDK-DRA8X-TDA4X: how can i run appUdmaTest in vision_apps\utils\udma\src

Part Number: PROCESSOR-SDK-DRA8X-TDA4X

Tool/software: Code Composer Studio

Hi :

           i      find     in  (psdk_rtos_auto_j7_06_01_00_15\vision_apps\utils\udma\src)    have   sample   of   UDMA 

           i    have   run  examples  in   (psdk_rtos_auto_j7_06_01_00_15\pdk\packages\ti\drv\udma_new\examples)     use   JTAG  ,

            how   can  i      call    and  test   appUdmaTest    func   in    udma_memcpy_test?

thanks

 Shuai

  • how   can   i  run    and    test   appUdmaTest   Function?

    thanks!

  • Hi,

    Can you explain what exactly you wanted to do? Not sure why you want to invoke a middleware (vision_apps) function in PDK example.

    Regards

    Sivaraj R

  • Hi    : Sivaraj R

            i       run  my   cnn   on   c66  ,  i     have   to   move  data between   DDR  and  L2RAM  ,     i  find   appUdmaCopy2D   in   vision_apps\utils\udma\src\app_udma_test      

           so   can   i   use   appUdmaCopy2D     to     move  data between   DDR  and  L2RAM ?

           i    find     appUdmaCopy2D    dest_pitch==src_pitch,       appUdmaFill2D    dest_pitch>src_pitch    

           so    if     dest_pitch<src_pitch        what   func   should     i  call ?

    thanks

    Shuai

  • The UDMA driver supports all combination of configuration. The vision_apps DMA utils is written on top of UDMA driver to support specific usescases like memcpy and memfill. If more advance features are required, then the user can modify this utils as per their need.

    Regards

    Sivaraj R