![Analog Devices Blackfin ADSP-BF537 Скачать руководство пользователя страница 1011](http://html.mh-extra.com/html/analog-devices/blackfin-adsp-bf537/blackfin-adsp-bf537_hardware-reference-manual_29397001011.webp)
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.
Содержание Blackfin ADSP-BF537
Страница 42: ...Contents xlii ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 90: ...Development Tools 1 32 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 138: ...Programming Examples 4 26 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 340: ...SDC Programming Examples 6 84 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 606: ...Programming Examples 9 94 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 660: ...Programming Examples 10 54 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 720: ...Electrical Specifications 11 60 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 840: ...Programming Examples 13 42 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 876: ...Programming Examples 14 36 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 938: ...Programming Examples 15 62 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 958: ...Programming Examples 17 12 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 986: ...Programming Examples 18 28 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 1162: ...G 26 ADSP BF537 Blackfin Processor Hardware Reference ...
Страница 1218: ...Index I 56 ADSP BF537 Blackfin Processor Hardware Reference ...