I'm having some trouble configuring the area scanner demo (using the 3.6.0.0 SDK). Specifically the heatmapGenCfg field, the default low power config file works fine out to about 3m but if I try to expand the heatmap to detect static objects over a larger range the application crashes (no output on the data UART).
I'm assuming this is a memory problem but there's no explicit error that indicates this. It looks like the heatmap used to calculate a static "background" (azimuthRangeHeatmap_record) shares memory in the L3 range with the Radar Cube so the profile configuration clearly would impact this memory. The mmWaveSensingEstimator tool provides a calculation for the memory used by the radar cube but not by the heatmap, the heatmap however should be much smaller and even if I reduce the radar cube drastically I still can't seem to expand the static heatmap, is there some hardcoded limit on this that I'm missing?