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.

IWR1443: Possible error in definition of HWA start locations in 4k FFT lab

Part Number: IWR1443

In the data_path_4k_fft.h file, the following are the definitions for the HWA start locations.

#define MMW_HWA_START_POS_PARAMSETS_1D       0
#define MMW_HWA_START_POS_PARAMSETS_2D      (MMW_HWA_START_POS_PARAMSETS_1D + HWAUTIL_NUM_PARAM_SETS_1D)
#define MMW_HWA_START_POS_PARAMSETS_CFAR    (MMW_HWA_START_POS_PARAMSETS_2D + HWAUTIL_NUM_PARAM_SETS_CFAR)
#define MMW_HWA_START_POS_PARAMSETS_ANGLE   (MMW_HWA_START_POS_PARAMSETS_CFAR + HWAUTIL_NUM_PARAM_SETS_CFAR)

It appears the third line may be in error. I would expect the symbol highlighted in red to be HWAUTIL_NUM_PARAM_SETS_2D

Best regards,

Alan