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.

AWR1642BOOST: #data programe 问题

Part Number: AWR1642BOOST


我使用的是:D:\zj\AutomotiveToolbox\AutomotiveToolbox4.11\new\mmwave_industrial_toolbox_4_11_0\labs\Level_Sensing\src\16xx

我为了解决内存溢出的问题,我在high_accuracy_16xx_dss/RADARDEMO_highAccuRangeProc_priv.c文件的开头加入了以下的定义

#pragma DATA_SECTION(addzeros,".l3data");
float addzeros[4*512];
#pragma DATA_SECTION(addzerosoutput,".l3data");
float addzerosoutput[4*512];

在该文件中的函数中直接调用了这个参数

但是build提示我: