Tool/software: Code Composer Studio
Hi,
I want to convert the objectdetection.c called in mmwave_sdk_18xx_dss routine from HWA to DSP. The following error was reported after compilation:
I found that these macro definitions are defined in mmw_res.h . So I added the path in objectdetection.c: #include <ti/datapath/dpc/objectdetection/objdetdsp/test/mmw_res.h>
My question is, why can I locate the defined position by "Open Declaration": #define DPC_OBJDET_DPU_AOA_PROC_EDMA_PING_CH EDMA_TPCC0_REQ_FREE_16 and #define EDMA_TPCC0_REQ_FREE_16 (61U). But the error still exists.
SDK version: mmwave_sdk_03_02_00_04
CCS Version: CCS10.1.0.00010_win64
Thanks!