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.

IWR1443: Variable numDetectedObj always shows 64 instead of 100?!

Part Number: IWR1443

Hi everyone,

I have understood mmWave Demo Visualizer so, that ALWAYS 100 objects are captured and transferred.

BUT the variable "Number of Detected Objects" / "numDetectedObj" always shows the Number 64.

(Set a hardware-breakpoint in CCS befor transmitting the header and have a look to the variables)

Do I use a wrong formatting or is it a bug or...?

Thanks & Regards,

Johannes

  • Hello Johannes,

    The maximum number of detected objects is 100. Can you confirm that you are never getting a different number here? Is this number changing if your break point is at a later point in the code?

    Meanwhile I will ask around and see if others have had similar problems.

    Cheers,
    Akash

  • Hi Akash,

    thanks for your answer. I can confirm that I never have seen another number here.

    In attachment you can see that I've always the same number. In my opinion this is the last change to read the value, because after row 932 the message is sent out. Nevertheless if I step through the function the value don't changes. Outside the function the value don't exist.

    BR Johannes20170913_profile_3D.cfg

  • Hello again Johannes,

    Can you confirm you are having the same problem? I have asked my team and no has had a similar result like you have had. If it is still happening I will escalate this to the software team, let me know.


    Akash
  • My problem is solved. I checked it with the original mmw-Project an I can see 100 objects. So the error is anywhere in my own code. Sorry.

    Best Regards, Johannes