Other Parts Discussed in Thread: IWR6843ISK
Hello,
I have been trying to port 3d people counting lab to SDK 3.2.06.AOP to use it with my IWR6843AOPEVM (ES1) device. I have read the answer posted in the related post (https://e2e.ti.com/support/sensors/f/1023/t/858170) and re-compiled the bin successfully after following the migration guide document as suggested.
To re-compile the bin I have removed the PLATFORMES2 symbol and adjusted SHMEM_ALLOC parameter. This way I could successfully rebuild the project without errors and flash it on to the device (Although I'm not sure whether this was the right way to do it).
My problem is that when I run the visualizer application, it connects successfully however I'm not receiving any frames after I send the config. I suspect that the issue might be caused by my configuration file. I tried both ODS and ISK sample configurations and also a custom one (that I built based on the demo profile inside the SDK) to no avail.
I have also tried calling the readAndParseUART function in the Python parser directly. It again connects to the device but I'm not receiving any data e.g. numPoints is always 0.
Do you have any suggestions on how I can fix this? I'm not sure whether the problem is how I compiled the lab or the configuration file but if possible I'd appreciate a sample file that I can try.
Thanks a lot,
Eymen Gunay