Other Parts Discussed in Thread: MMWAVEICBOOST,
Hi,
I'm using IWR6843 based EVM and tried to run Vital Sign Demo from mmWave industrial toolbox 4.2.1. When I run the default demo GUI, it is detecting wrong ports automatically.
So I modified the GUI source code from automatic detection of ports to manual. It connected to the ports successfully but failed to capture the data.
As part of debugging,
1. I power cycled the board, reset the board - no difference.
2. Instead GUI, tried to capture data via tera term and threw errors ("Number of averaged chirps is not power of two ") in configuration command (calibDcRangeSig -1 0 0 0 0) and in mss_main.c. Attaching the snapshot of it.
The "calibDcRangeSig -1 0 0 0 0" changed to "calibDcRangeSig -1 0 -5 8 256" by referring the SDK user guide and it sent successfully. But I don't know how this will effect the demo.
So can you please help me to get this resolved?