Hi,
I am using the OOB demo to read detected points. Sporadically I am getting [0,0,0xff,0xff] for the position (Y data) in TLV MMWDEMO_OUTPUT_MSG_DETECTED_POINTS. [0,0,0xff,0xff] when converted to float represents Nan. I am not sure what does this represent.
Below are a few observations
- I had set a baud rate of 921600 with only detection streaming. I had around 135-160 detections when this issue happened. Doesn't seem like a data drop.
- The issue is highly sporadic
- The byte order in my code is correct. Other than this sporadic incident, I never had any other issue with parsing
Please help me debug this issue
Thanks