ADSP-214xx SHARC Processor Hardware Reference
3-57
External Port
Self-Refresh Entry
Self-refresh mode causes refresh operations to be performed internally by
the DDR2 controller, without any external control. This means that the
controller does not generate any auto refresh cycles while it is in
self-refresh mode. The self-refresh entry command is performed by writ-
ing a 1 to the
DDR2SRF
bit of the memory control register (
DDR2CTL0
). This
deasserts the
DDR2_CKE
pin to put the device into self-refresh mode. In this
mode, the DDR2 on-chip DLL is put into reset in order to reduce power
consumption.
If any of the two DDR2 clocks is not required in a system during
self-refresh, they can be stopped by setting the
DIS_DDR2CTL
bit in the
DDR2CTL0
control register. This reduces the power consumption in a sys-
tem and is shown in the following code example.
ustat1 = dm(DDR2CTL0);
bit set ustat1 DDR2SRF; /* enter self-refresh */
dm(DDR2CTL0) = ustat1;
nop;
ustat2 = dm(DDR2STAT0);
bit tst ustat2 DDR2SRA; /* test self-refresh entry */
if not TF jump (pc,—2);
ustat1 = dm(DDR2CTL0);
bit set ustat1 DIS_DDR2CTL; /* freeze DDR2 clock */
dm(DDR2CTL0) = ustat1;
nop;
This requires careful software control because the
DIS_DDR2CTL
bit
is cleared during runtime. Systems may become unstable if this bit
is cleared too early because the system can lose control of the
DDR2 memory device.
Self-Refresh Exit
The DDR2 remains in self-refresh mode for at least t
RAS
and until an
internal access to DDR2 space occurs. When exiting from self-refresh
www.BDTIC.com/ADI
Содержание SHARC ADSP-214 Series
Страница 60: ...Contents lx ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Страница 72: ...Notation Conventions lxxii ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Страница 130: ...Programming Model 2 52 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Страница 264: ...Programming Models 3 134 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Страница 290: ...Programming Model 4 26 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Страница 296: ...Programming Model 5 6 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Страница 396: ...Effect Latency 7 28 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Страница 520: ...Programming Model 10 62 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Страница 616: ...Debug Features 14 22 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Страница 656: ...Programming Model 15 40 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Страница 714: ...Programming Model 19 10 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Страница 1132: ...Register Listing A 306 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...
Страница 1192: ...Index I 34 ADSP 214xx SHARC Processor Hardware Reference www BDTIC com ADI...