Hi,
Now I am reading the source code of 3D people counting demo in ITB 4.2.0, and want to see the input and output of 1D fft executed by HWA.
I suppose that this 1D fft is executed in DPU_RangeProcHWA_process function in rangeprochwa.c file, but have no idea how to access to ADC buffer and L3 memory that contain input and output of the 1D fft respectively.
How can I get the data stored in ADC buffer and L3 memory to see the data before and after 1D fft?
Best regards,
Fields