Dear Expert TI team
Hello,
i am reviewing motion and presence demo. ( MMWAVE_L_SDK_05_03_00_02 / using TrackingClassification_MidBw profile - Major&Minor both enable)
and i want to check whether what i understand is correct or not.
Q1. According to Timing Diagram in auto mode, Major Radar cube is updated for every pair of chirps (64 - ping / 65 -pong )
Thus, only the last pair of chirps will likely be reflected in the last radar cube(B). Is it correct information?
Even though only one frame is used, radar cube[0] size is params->numRangeBins * params->numVirtualAntennas * sizeof(cmplx16ReIm_t) * params->numDopplerChirpsPerProc;
Actually, i found the code that only update ping or pong same buffer for every pair of chirps.
(rangeprochwa.c "rangeProcHWA_ConfigEDMA_DataOut" )
Q2. contrary to major cube case ,Accumulates minor cube data for a certain number of frames(8) only in low power mode.
(Line 995 in rangeprochwa.c). Is it correct information?
Q2-1 . is there a reason why debugging is only in low power mode? , if i want to debug it in lower power mode , how can i do?
Please share your opinion.
Best regards
JINHYUN JEONG