I have code compiling with cfft_NOSCALE(), but I would like to use cfft_offplace(). The former is provided in dsplib.h and 55xdspx.lib, but the latter is not. When I attempt to build cfft_noscale.asm, there are many warnings, including CPU_75, CPU_85, CPU_92, and CPU_116. If 55xdspx.lib uses the faster off-place code, then it's not documented, and there doesn't seem to be any way to locate the twiddle memory table for the off-place storage.
Apart from disassembling the machine code in 55xdspx.lib, I do not see any clues which give the full story here on my options. The DSPLib documentation seems to make it clear that cfft_offplace() uses fewer cycles than cfft(), but how do I take advantage of that in my code?