Other Parts Discussed in Thread: IWR1642, IWR6843ISK
Tool/software: Code Composer Studio
Dear support,
I am working on the poeple counting demo for the IWR1642BOOST and want to disable the static clutter removal. I know that it is enabled by default and I read
https://e2e.ti.com/support/sensors/f/1023/t/772457
but I added these
processInst->aoaInput->clutterRemovalFlag = 1;
processInst->aoaInput->fallBackToConvBFFlag = 0;
as suggested at line 378 to radarProcess.c. I also tried changing the 1 into 0 and vice verse.
However, the static clutter removal still seems enabled when I do this and I dont know what I'm doing wrong.
Can you help me and do you know how I can disable the static clutter removal properly?