ADSP-BF537 Blackfin Processor Hardware Reference
6-79
External Bus Interface Unit
•
SDC powerup active
(
SDPUA
)
If the
SDPUA
bit is 0, the SDC is not in powerup sequence. If the
SDPUA
bit is 1, the SDC performs the powerup sequence.
•
SDC powerup delay
(
SDRS
)
If the
SDRS
bit is 0, the SDC has already powered up. If the
SDRS
bit
is 1, the SDC will still perform the powerup sequence.
•
SDC EAB sticky error status
(
SDEASE
)
If the
SDEASE
bit is 0, there were no errors detected on the EAB
core bus. If the
SDEASE
bit is 1, there were errors detected on the
EAB core bus. The
SDEASE
bit is sticky. Once it has been set, soft-
ware must explicitly write a 1 to the bit to clear it. Writes have no
effect on the other status bits, which are updated by the SDC only.
•
Bus grant status
(
BGSTAT
).
If the
BGSTAT
bit is 0, the bus is not granted. If the
BGSTAT
bit is 1,
the bus is granted.
SDC Programming Examples
provide examples for working with the
SDC.
Listing 6-3. 16-Bit Core Transfers to SDRAM
.section L1_data_b;
.byte2 source[N] = 0x1122, 0x3344, 0x5566, 0x7788;
.section SDRAM;
.byte2 dest[N];
.section L1_code;
I0.L = lo(source);
Summary of Contents for Blackfin ADSP-BF537
Page 42: ...Contents xlii ADSP BF537 Blackfin Processor Hardware Reference ...
Page 90: ...Development Tools 1 32 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 138: ...Programming Examples 4 26 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 340: ...SDC Programming Examples 6 84 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 606: ...Programming Examples 9 94 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 660: ...Programming Examples 10 54 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 720: ...Electrical Specifications 11 60 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 840: ...Programming Examples 13 42 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 876: ...Programming Examples 14 36 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 938: ...Programming Examples 15 62 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 958: ...Programming Examples 17 12 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 986: ...Programming Examples 18 28 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 1162: ...G 26 ADSP BF537 Blackfin Processor Hardware Reference ...
Page 1218: ...Index I 56 ADSP BF537 Blackfin Processor Hardware Reference ...