ADSP-BF533SBBC500 Analog Devices Inc, ADSP-BF533SBBC500 Datasheet - Page 23

DSP Fixed-Point 16-Bit 500MHz 500MIPS 160-Pin CSP-BGA

ADSP-BF533SBBC500

Manufacturer Part Number
ADSP-BF533SBBC500
Description
DSP Fixed-Point 16-Bit 500MHz 500MIPS 160-Pin CSP-BGA
Manufacturer
Analog Devices Inc
Series
Blackfin®r
Type
Fixed Pointr
Datasheet

Specifications of ADSP-BF533SBBC500

Package
160CSP-BGA
Numeric And Arithmetic Format
Fixed-Point
Maximum Speed
500 MHz
Device Million Instructions Per Second
500 MIPS
Rohs Status
RoHS non-compliant
Interface
SPI, SSP, UART
Clock Rate
500MHz
Non-volatile Memory
ROM (1 kB)
On-chip Ram
148kB
Voltage - I/o
1.8V, 2.5V, 3.3V
Voltage - Core
1.20V
Operating Temperature
-40°C ~ 85°C
Mounting Type
Surface Mount
Package / Case
160-CSPBGA
For Use With
ADZS-BFAUDIO-EZEXT - BOARD EVAL AUDIO BLACKFINADZS-BFAV-EZEXT - BOARD DAUGHT ADSP-BF533,37,61KITADZS-BF533-EZLITE - KIT W/BOARD EVAL FOR ADSP-BF533
Lead Free Status / RoHS Status

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ADSP-BF533SBBC500
Manufacturer:
ADI
Quantity:
210
Part Number:
ADSP-BF533SBBC500
Manufacturer:
Analog Devices Inc
Quantity:
10 000
Silicon Anomaly List
42.
DESCRIPTION:
Unpredictable behavior can result when hardware loops shorter than 4 instructions in length are interrupted at the end of the loop due to
an interrupt or exception. In this situation, the processor's loop buffers, which are used to reduce the instruction fetch latency, operate
incorrectly, resulting in the wrong instructions being fetched as the loop exits.
WORKAROUND:
There are a few possible workarounds for this anomaly. The first is to clear the loop buffers by writing to the Loop Counter registers (LC0
and LC1) inside all interrupt/exception handlers:
A second idea would be to include the loop counters in the context switch code:
Finally, another workaround would be to pad the loop with NOPs to increase the loop length to greater than or equal to 4 instructions.
Alternatively, if the event handlers use hardware loops, the above steps are not required, since every time an LCx register is written to, its
corresponding loop buffer is cleared.
The VisualDSP++ Blackfin Compiler includes a workaround for this anomaly. The compiler will automatically enable the workaround for
the appropriate silicon revisions and part numbers, or you can enable the workaround manually by specifying the compiler flag ‘-
workaround short-loop-exceptions-257'. With the workaround enabled, the compiler will include a save and restore of the LC0 and LC1
registers in interrupt and exception handlers when this is not already performed. The compiler would normally only save these registers if
they were used within the handler routine.
The macro __WORKAROUND_SHORT_LOOP_EXCEPTIONS will be defined at compile, assemble and link build phases when the
workaround is enabled.
APPLIES TO REVISION(S):
0.3, 0.4
05000257 - Interrupt/Exception During Short Hardware Loop May Cause Bad Instruction Fetches:
R0=LC0;
LC0=R0;
R0=LC1;
LC1=R0;
[--SP] = LC0;
[--SP] = LC1;
<interrupt code>
LC1 = [SP++];
LC0 = [SP++];
NR003532D | Page 23 of 45 | July 2008
ADSP-BF531/BF532/BF533

Related parts for ADSP-BF533SBBC500