Tool/software:
Hi Team
I read the official SDK manual and it shows that NUM_OF_PATTERNS (P) is a field that can be set from 1 to 8192. If I need to configure 2048, I encounter the following problems:
1. The CLI command has a condition. If the value of the field is greater than 256, an error message is displayed and the configuration cannot be delivered.
2. If I skip the CLI and perform the configuration manually, an error message is displayed inside the MMWave_addAdvChirpLUTData() function in the mmwave_fullcfg.c file: Out of memory;
3. If I ignore the above error and force to continue, I will find that the parameter of the function MMWave_configureAdvChirp() in the mmwave_link_common.c file is not 2048 at all
The above question is whether I have problems understanding the configuration of this field or other reasons. Could you please help me?
Thanks.
Minxi.