Hi,
In the mmWave SDK 1.1.User guide, the profile configuration that has to be done over UART for mmWdemo and/or Capture Demo,I for some confusion regarding the ADCBUGCFG parameter.
The last value in the parameter is termed as "Chirp Threshold". And the explanation goes like this:
0: Determine chirp threshold automatically. to maximize 32 KB usage of ADCBUF memory while meeting requirements of divisibility (multiplicity of 2 and divisibility by number of chirps in a frame).
n: Set to n unless....
1. n exceeds what is determined to be possible maximum based on 0 interpretation above.In such case, the demo app will cap the value to the max with a diagnostic warning message that threshold has been capped to max.
2. n does not meet divisibility requirements and in this case, demo app will throw an assert.
The User Guide also says that only value of 1 is supported in mmW demo and Capture demo.
My question is: I am not able to understand or visualize the use case or situation where chirp threshold will be other than 0.
I think My doubt is basically what this parameter does and the requirement of such parameter.