Hello,
I am designing a system which currently receives non-standard data packets over JESD which I would like to pass to the FFTC on-chip. Currently I am streaming the data in to DDR3 since data needs to be rearranged inside the packet before sending to the FFTC. After reading up on the IQN2, I found out that this can use the PKTDMA to stream data directly to the FFTC.
My question is: Is there a way to modify and rearrange the data inside of a data packet received by the IQN2 before submitting it to the FFTC without just copying it in to memory and submitting it to the FFTC myself with the CorePac?
Thanks so much!