ADSP-BF537 Blackfin Processor Hardware Reference
19-25
System Reset and Booting
P0.L = LO(EBIU_SDGCTL);
P0.H = HI(EBIU_SDGCTL);
//SDRAM Memory Global Control Register
R0.H = HI(PSS|TWR_2|TRCD_3|TRP_3|TRAS_6|CL_3|SCTLE);
R0.L = LO(PSS|TWR_2|TRCD_3|TRP_3|TRAS_6|CL_3|SCTLE);
[P0] = R0;
SSYNC;
/*****************************************/
(P5:0) = [SP++];
// Restore registers from Stack
(R7:0) = [SP++];
RETS = [SP++];
ASTAT = [SP++];
/*****************************************/
RTS;
Typically, INIT code consists of a single section and is represented by a
single block within the boot stream. This block has, of course, the
INIT
bit
set. Nevertheless, an INIT block can also consist of multiple sections.
Then, multiple blocks represent the INIT code within the boot stream.
Only the last block has the
INIT
bit set. The elfloader utility ensures that
the last of these blocks vectors to the INIT code’s entry address. It
instructs the on-chip boot ROM to execute a
CALL
instruction to the given
ADDRESS
.
Although INIT code
.DXE
files are built through their own Vi+
projects, they differ from standard projects. INIT codes provide a callable
sub-function only, and thus, they look more like a library than an applica-
tion. An INIT code is always a heading for the regular application code.
Consequently, regardless whether the INIT code consists of one or multi-
ple blocks, it is not terminated by a
FINAL
bit indicator, which would
cause the boot ROM to terminate the boot process.
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 ...