The C5515 came with an errata about the FFT ROM routines: "The hwafft_Npts routines available in ROM use pointers to access the data and scratch buffers. These pointers are copied as 16-bit addresses instead of 23-bit addresses when copying from AR0 to AR3 and from AR1 to AR2." The workaround is to ensure that buffers do not cross 16-bit address boundaries.
Is this workaround still required for the C5517, or was the issue fixed?