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.

IWR6843: Memory map file not updated

Part Number: IWR6843

I am changing the


#define MAX_NUM_GEN_TARGETS 650

#define MAX_NUM_OBJECTS 650

in

packages/ti/datapath/dpc/objectdetection/common/gen_frame_data.h

and try to see how it affects the DATA_RAM. But there is no change in the file in src/mss/xwr68xx_mmwave_demo_mss.map or in src/xwr68xx_mmwave_demo_mss.map.

Am i looking in the wrong files?

I try to see how many objects that can be detected simultaneously.

  • Not sure which SDK version you are using. For SDK 3.x you need to change DPC_OBJDET_MAX_NUM_OBJECTS in ~\packages\ti\datapath\dpc\objectdetection\objdetdsp\objectdetection.c files. Again this memory will be allocated from heap so you will not be able to see direct impact in memory map.

    Thanks

    Yogesh