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.
Hello,
L2 memory may have almost occupied so there would not be sufficient free room available to store detmatrix or any other results.
You need to consider proper memory allocation on DSP end starting of DSS application where it allocates memory/heap from L2/L3 memory.
dss_data_path.c --> MmwDemo_dataPathConfigBuffers -> MMW_ALLOC_BUF
Regards,
Jitendra
hello Jitendra Gupta ,
I have modified the storage of this location, And make sure there's enough space.
You need to step into the DSS code using CCS to find out the memory allocation size it takes and further cause of this issue.
Regards,
JG