reference example code:
C:\ti\mmwave_dfp_02_02_03_01\ti\example\mmWaveLink_Cascade_Example
In the MMWL_advFrameConfig() function, the mmwl_TDA_framePeriodicity is computed and later used in MMWL_ArmingTDA()
The resolution for mmwl_TDA_framePeriodicity is 1-LSB = 1 ms
The resolution for the Advanced Frame Parameter, subFramePeriodicity, is 1-LSB = 5 ns
If "AdvframeCfgArgs.frameSeq.subFrameCfg[i].subFramePeriodicity" is set to 4.999995 mSec (999999 LSBs)
and after the conversion to milliseconds, "mmwl_TDA_framePeriodicity" value is 4 LSBs, or 4 ms.
This computation results in mmwl_TDA_framePeriodicity being set to a value 1 ms too short.
Will the mmwl_TDA_framePeriodicity value set by MMWL_ArmingTDA() to radar work as intended?
Regards
Eddie