Tool/software: TI C/C++ Compiler
Hello there,
I'm trying to change the samples per chirp in a config to higher values. All values to 512 work without problems, but after 512 the mmWave Demo Visualizer plots don't start and the console gives the message:
mmwDemo:/>sensorStart
DSS Exception: dss/dss_data_path.c, line 3791.
I looked in the dss_data_path code and it seems like "MmwDemo_dssAssert(heapUsed <= SOC_XWR16XX_DSS_L3RAM_SIZE);" is the problem.
My questions are: - what exactly does this part of the dss_data_path code?
- do I have to change other values in my configuration too, to get a higher sample per chirp rate without errors?
Thanks