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.

Sample code for Video Analytics algo and syslink sample app prints from DSP

Hello,

I am new to Davinci DM814x. We want to develop a custom Video analytics algorithm. What sample codes (DSP+ARM) should we start with?

Also, while trying to run syslink_2_21_03_11 sample apps, we don't see prints from DSP side. How to enable DSP prints in ARM.

Thanks and Regards,
Anand Mistry


  • Anand,

    Have you tried the EZSDK for DM8148?

    Which SysLink example are you running? The standard examples which ship with SysLink have output only for the ARM side. You need to use Code Composer Studio to connect to the DSP to see output from the DSP.

    It is possible to develop your own trace mechanism to send DSP side output to the ARM for display at the console. But this is typically a custom solution for each application.

    ~Ramsey