Tool/software: Code Composer Studio
Hello,
I am using AWR1642 radar sensor. I tried to print the data being processed by the dss_main.c file using System_printf. I could print normal lines like 'Hello' once but when I tried to print the number of detected objects at line number 684 shown in image below (which runs in loop), my program crashes after printing it 2 or 3 times. I get the following error
Is there any specific reason for this and also what could be the solution to this problem?