Other Parts Discussed in Thread: IWR1642
Hi at all,
I want to alter the source code of the Demo to continuously obtain additional data along with the information about the detected objects. Preferably, I want to bypass the processing chain like depicted in this thread or get access to the data in intermediate steps like between the 1st and 2nd FFT.
Using the latest SDK (version 3.2), I was able to find
in Line 606 of the dss_main.c-file which sets
in Line 655 that should eventually trigger the mentioned processing chain by calling DPC_ObjectDetection_execute() which corresponds to the given Doxygen documentation.
My hope is now to find the variable containing (or memory address pointing to) the raw data at the very moment at which the processing chain starts to kick off. I then want to send out the content using UART_writePolling(). To fulfill the speed/bandwidth limitations of UART, I assume it is sufficient to choose a rather low frame rate in combination with a low amount of chirps.
So far, I have not yet succeeded in finding the point at which the raw data is processed, but I will update this thread once I make any progress. In the meantime, I would be happy to get any feedback telling me if I'm on the right track. Additional hints or complete solutions are welcome, too, as I am sure that this topic is of interest to many others.
I'd be glad to see any involvement in this!