ADSP-BF535 Blackfin Processor Hardware Reference
6-83
Memory
When accessing memory-mapped devices that have state dependen-
cies on the number of read or write operations on a given address
location, disable interrupts before performing the load or store
operation.
Working With Memory
This section contains information about alignment of data in memory and
memory operations that support semaphores between tasks. It also con-
tains a brief discussion of MMR registers and a core MMR programming
example.
Alignment
Unaligned memory operations are not directly supported. An unaligned
memory reference generates a Misaligned Access exception event
(see
“Exceptions” on page 4-38
). However, because some data streams,
such as 8-bit video data, can properly be unaligned in memory, alignment
exceptions may be disabled by using the
DISALGNEXCPT
instruction. More-
over, some instructions in the Quad 8-Bit group automatically disable
alignment exceptions.
For shared data, software must provide cache coherency support as
required. To accomplish this, use the
FLUSH
instruction (see
“Data Cache
Control Instructions” on page 6-47
), and/or explicit line invalidation
through the core MMRs (see
“ICPLB Address Registers
(ICPLB_ADDRx)” on page 6-71
).
Atomic Operations
Atomic operations are used to provide non-interruptible memory opera-
tions in support of semaphores between tasks.
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...