Hi Team,
I and my team have been experimenting with changing profile configuration in the demo for xwr64xx in mmwave sdk version 3.5.0.4. Also we have changed the antenna geometry to as follows:


Thanks & Regards,
Prathith
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Team,
I and my team have been experimenting with changing profile configuration in the demo for xwr64xx in mmwave sdk version 3.5.0.4. Also we have changed the antenna geometry to as follows:
Thanks & Regards,
Prathith
Hello
Have you be able to see how far inside the function the execution happens.
Considering you have introduced changes to the code you may want to see how the changes are affecting the AoA algorithm.
Thank you,
Vaibhav
It is stopping at continue statement
Hello,
Can you please confirm whether you are using one of the EVM antennas or a custom antenna design? I am gathering a little more information about these functions and will get back to you.
Regards,
Jackson
Though i checked the same thing on 6843 ODS-ISK board. the same behavior is happening.
Hello,
How have you updated your antenna design? It seems that maybe you are overrunning the index in the variable below? Or one of these indexes or maxPoints is being set too high and allows to use too much memory.
if (detList[i].peak < threshold)
Can you keep some list of numDetectedObjects to make sure it makes sense and isn't set improperly? I would also check the maxNumExpectedPeaks and its calculation from the antenna params to verify that you are not somehow detecting more than this.
Regards,
Jackson
Hi Jackson,
I have updated my antenna design in antenna_geometry.c file. I put a check on numDetectedObjects, the maximum value it is having is 256. and also maxNumExpectedPeaks is set to 256. and I assume the variable is calculated in this manner
Hello Prathith,
Let me look into this a little more and get back to you by next week. I am not surprised that the iterations become very high if you try to log each frame.
Have you been able to isolate anything that is correlated with this error? You say it is random but can you do anything to reproduce it more often? Extra clutter or more dynamic points or something?
Also, you say you checked the same thing happens with the ODS board. Did you use the same antenna configuration in SW with this board? Does the issue go away if using the default antenna configuration?
Regards,
Jackson