Hi all,
We are developing an application based on the "mrr_18xx" demo project.
I suppose the Range/Doppler Heatmap full information should be available somewhere in memory of the DSS (radarCube, detmatrix, other?) for CFAR and other calculations that need it before the same memory space is used for other things or cleared.
If this is the case, I want to keep and store this information in other L3 free space for future use in the MSS section before the above happens.
So, I want to identify where in the DSS code I can find this.
Maybe in "MmwDemo_interFrameProcessing(MmwDemo_DSS_DataPathObj *obj, uint8_t subframeIndx)" function in "dss_data_path.c" file?
Thanks,
Claudio