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/AWR1843BOOST: Rebuild lab0011_mrr_beamsteering failed

Part Number: AWR1843BOOST
Other Parts Discussed in Thread: AWR1843

Tool/software: Code Composer Studio

Hi,

We are developing products based on AWR1843. I try to compile mmwave_automotive_toolbox_3_0_0\labs\lab0011_mrr_beamsteering.

mrr_18xx_dss can be compiled successfully. mrr_18xx_mss compilation failed.

The error message is:

"../mss_main.c", line 519: error #167: too few arguments in function call

The code part is:

/* Initialize the CANFD driver */
canHandle = CANFD_init(&mcanCfgParams, &errCode);

Best Regards