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.

IWR1843: lab4.12 ---Traffic_Monitoring工程demo,mss内map文件

Part Number: IWR1843
Other Parts Discussed in Thread: SYSBIOS

在mss内自己添加了内存的分配如下

obj->detObj2D = (MmwDemo_detectedObjActual *)MemoryP_ctrlAlloc(objsize,1);
memset(obj->detObj2D, 0, objsize);

通过调试输出obj->detObj2D 的地址为OX@080086d8,发现其是在DATA_RAM内,但是mss的map文件内的DATA_RAM的used和unused都没有改变,其他调试运行但是正常的,这是什么问题