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.

AWR1843BOOST: Add algorithm to demo project.

Part Number: AWR1843BOOST

Tool/software:

Dear Ti support team,

Hope you well. I want to add my own algorithm to the demo project, so my idea is to add that to the dpu block in the figure.

But I read the SDK's guide on dpu (which is an html) and I couldn't find where the DPU blocks from the SDK libraries are called in the SDK files, so I wasn't sure how to add them.

  • Hi Zhao,

    You can refer to the following paths and make the changes accordingly:

    • C:\ti\mmwave_sdk_03_06_00_00-LTS\packages\ti\datapath\dpc\dpu
    • C:\ti\mmwave_sdk_03_06_00_00-LTS\packages\ti\datapath\dpu

    The DPU libs are linked at build time and called by the DPC (objectdetection.c). There is a function table for this processing chain which will be invoked and managed by the DPM layer of SW.

    Regards,

    Kaushik