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.
Tool/software: Code Composer Studio
Hi
I'm working with IWR1443Boost High-Accuracy software(1TX,1RX), and i have a question about IWR1443 MmwDemo_transmitProcessedOutput function in Main.c ..
How can i modify the code so the output message would be only the Detected Objects, without Header/Range Profil/Stats info?
Best regards,
Richard
Hi Richard
You would simply remove the unwanted packets from your UART stream. It would then need to be decoded differently than is done in the standard High Accuracy Visualizer.
It is not recommended to remove the header including magic word.
Regards,
AG