Other Parts Discussed in Thread: AWR2243, AWR1843
Tool/software: Code Composer Studio
Hi,
In the mmwave_sdk_03_02_01_02,the parameter subFramePeriodicity is descriped as follows:
subFramePeriodicity >= Sum total time of all bursts + InterSubFrameBlankTime, \n
Where, Sum total time of all bursts = numOfBurstLoops * numOfBurst * \n
burstPeriodicity. \n
InterSubFrameBlankTime is primarily for sensor calibration / monitoring, \n
thermal control, transferring out any safety monitoring data if requested, \n
hardware reconfiguration for next sub frame, re-triggering of next SF (~10us).\n
The hardware reconfiguration time, which is needed to transfer out the SF's \n
InterSubFrameBlankTime 250 us. \n
With loop back enabled InterSubFrameBlankTime 500 us. \n
Add 150 us to InterSubFrameBlankTime for test source configuration if test \n
source is enabled. \n
1 LSB = 5 ns \n
Valid range 100 us to 1.342 s. \n
The subFramePeriodicity is equal to the interval between the two frame events, is that right?
That is to say, if the DSP processing time is 45ms(including range,doppler,cfar and AOA processing time), and the ARM processing time is 10ms(including the sending data by UART),then should the subFramePeriodicity be selected as 45ms or as 55ms?
Thanks,
Regards,
Rata