Tool/software: Code Composer Studio
Hi,
My aim is to get the detMatrix (log2 magnitude detection matrix) data out from OPC (Overhead people counting demo) over UART.
As part of this, I found that the TLVs are send from DSS to MSS via mailbox in MmwDemo_dssSendProcessOutputToMSS() function(dss_main.c file).
So I need clarity on the below points,
1. Is the data availabe in the detMatrix filed in MmwDemo_dssSendProcessOutputToMSS() function? - I've not seen that this filed is getting filled anywhere in the code. If you know please direct me to the place.
2. How can I add the detMatrix value to the existing message item which is passing to he MSS.
Thanks
Arun