Tool/software:
Hi,
I'm trying to modify the object detection module of mmwdemo (for awr2944 EVM).
Right now it has 4 engine paths to provide detections. I wanted to do one more FFT operation and added config and process for this between rangeproc and dopplerproc DPUs. But it always gives no output. No crash but I don't get any outputs.
2. When I did only EDMA transfer, it gets through. the entire datapath processing is intact.
Is it possible to add new DPU processing path like Doppler FFT? it is like running FFT on HWA twice. The number of paramsets are within 64 (HWA total limit). Please let me know whether adding new functionality that runs on HWA in the existing data processing chain is possible .