ADSP-BF53x/BF56x Blackfin Processor Programming Reference
16-23
External Event Management
The software designer is responsible for executing atomic operations in the
proper cacheable / non-cacheable memory space. Typically, these opera-
tions should execute in non-cacheable, off-core memory. In a chip
implementation that requires tight temporal coupling between processors
or processes, the design should implement a dedicated, non-cacheable
block of memory that meets the data latency requirements of the system.
TESTSET
can be interrupted before the load portion of the instruction
completes. If interrupted, the
TESTSET
will be re-executed upon return
from the interrupt. After the test or load portion of the
TESTSET
com-
pletes, the
TESTSET
sequence cannot be interrupted. For example, any
exceptions associated with the
CPLB
lookup for both the load and store
operations must be completed before the load of the
TESTSET
completes.
The integrity of the
TESTSET
atomicity depends on the L2 memory
resource-locking mechanism. If the L2 memory does not support atomic
locking for the address region you are accessing, your software has no
guarantee of correct semaphore behavior. See the processor L2 memory
documentation for more on the locking support.
Flags Affected
This instruction affects flags as follows.
•
CC
is set if addressed value is zero; cleared if nonzero.
• All other flags are unaffected.
L
The ADSP-BF535 processor has fewer
ASTAT
flags and some flags
operate differently than subsequent Blackfin family products. For
more information on the ADSP-BF535 status flags, see
Table A-1
on page A-3
.
Required Mode
User & Supervisor
Summary of Contents for ADSP-BF53x Blackfin
Page 38: ...Conventions xxxviii ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 134: ...System Reset and Powerup 3 18 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 324: ...Instruction Overview 7 20 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 486: ...Instruction Overview 13 28 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 512: ...Instruction Overview 14 26 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 604: ...Instruction Overview 15 92 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 688: ...Instruction Overview 18 48 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 742: ...Instruction Overview 19 54 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 752: ...Examples 20 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 790: ...ADSP BF535 Flags A 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 800: ...Performance Monitor Registers B 10 ADSP BF53x BF56x Blackfin Processor Programming Reference...
Page 1042: ...Index I 40 ADSP BF53x BF56x Blackfin Processor Programming Reference...