The documentation:
TMS320C67x DSP Library Programmer’s Reference Guide
has the following passage to explain digit reversal.
"For example, for a 1024 point FFT, the digit-reversed location for
617d = 1001101001b = 10 01 10 10 01 is 422d = 0110100110b = 01 10 10 01 10 and vice versa." Is the third pair correct? Is there a rule about pairs that don't get reversed? Thanks for you support.