Hi experts,
We want to monitor the HWA FFT data overflow, and found that after the DPU_DopProcHWA_process, the last two bits in the FFT_CLIP Register are 11, indicating that there is an overflow.
However, when we set the input data to 0 (memset 0 in decompSctrachBuf), it stands to reason that it will not overflow again, but the last two bits of the FFT_CLIP are still 11. I would like to ask you what is the reason for this?