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/AWR1843: The problem of macro definitions packaged in the header file under the relative path.

Part Number: AWR1843

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!