ADSP-BF535 Blackfin Processor Hardware Reference
5-9
Data Address Generators
Addressing With Bit-Reversed Addresses
To obtain results in sequential order, programs need bit-reversed carry
addressing for some algorithms, particularly Fast Fourier Transform
(FFT) calculations. To satisfy the requirements of these algorithms, the
DAG’s bit-reversed addressing feature permits repeatedly subdividing data
sequences and storing this data in bit-reversed order. For detailed infor-
mation about bit-reversed addressing, see the Modify-Increment
instruction in
Blackfin Processor Programming Reference
.
Indexed Addressing With Index and
Pointer Registers
Indexed addressing uses the value in the Index or Pointer register as an
effective address. This instruction can load or store 16-bit or 32-bit values.
The default is a 32-bit transfer. If a 16-bit transfer is required, then the
W
designator is used to preface the load or store.
For example:
R0 = [ I2 ]
;
loads a 32-bit value from an address pointed to by
I2
and stores it in the
destination register
R0
.
R0.H = W [ I2 ]
;
loads a 16-bit value from an address pointed to by
I2
and stores it in the
16-bit destination register
R0.H.
[ P1 ] = R0
;
is an example of a 32-bit store operation.
Pointer registers can be used for 8-bit loads and stores.
Summary of Contents for ADSP-BF535 Blackfin
Page 80: ...Development Tools 1 26 ADSP BF535 Blackfin Processor Hardware Reference...
Page 312: ...Working With Memory 6 86 ADSP BF535 Blackfin Processor Hardware Reference...
Page 332: ...System Interfaces 7 20 ADSP BF535 Blackfin Processor Hardware Reference...
Page 360: ...Dynamic Power Management Controller 8 28 ADSP BF535 Blackfin Processor Hardware Reference...
Page 446: ...Beginning and Ending an SPI Transfer 10 40 ADSP BF535 Blackfin Processor Hardware Reference...
Page 522: ...Timing Examples 11 76 ADSP BF535 Blackfin Processor Hardware Reference...
Page 562: ...IrDA Support 12 40 ADSP BF535 Blackfin Processor Hardware Reference...
Page 608: ...PCI I O Issues 13 46 ADSP BF535 Blackfin Processor Hardware Reference...
Page 672: ...References 14 64 ADSP BF535 Blackfin Processor Hardware Reference...
Page 810: ...SDRAM Controller SDC 18 86 ADSP BF535 Blackfin Processor Hardware Reference...
Page 811: ...ADSP BF535 Blackfin Processor Hardware Reference 18 87 External Bus Interface Unit...
Page 812: ...SDRAM Controller SDC 18 88 ADSP BF535 Blackfin Processor Hardware Reference...
Page 860: ...DMA Bus Debug Registers 20 30 ADSP BF535 Blackfin Processor Hardware Reference...