ADSP-BF537 Blackfin Processor Hardware Reference
18-25
Real-Time Clock
P0.L = LO(RTC_SWCNT);
R1 = 0x0010(Z);
/* set stop-watch to 16 seconds */
W[P0] = R1.L;
/* will produce ~15 second delay */
P0.L = LO(RTC_ICTL);
R1 = STOPWATCH(Z);
W[P0] = R1.L;
/* enable Stop-Watch interrupt */
P0.L = LO(RTC_ISTAT);
R1 = 0x807F(Z);
W[P0] = R1.L;
/* clear any pending RTC interrupts */
R0 = WRITE_COMPLETE(Z);
/* mask for WRITE-COMPLETE bit */
Poll_WC1: R1
=
W[P0](Z);
R1 = R1 & R0;
/* wait for Write Complete */
CC = AZ;
IF CC JUMP Poll_WC1;
/* RTC now running with correct stop-watch count and interrupts
*/
P0.H = HI(PLL_CTL);
P0.L = LO(PLL_CTL);
R0 = W[P0](Z);
BITSET (R0, BITPOS(PDWN));
/* set PDWN To Go To Deep Sleep */
W[P0] = R0.L;
/* Issue Command for Deep Sleep */
CLI R0;
/* Perform PLL Programming Sequence */
IDLE;
STI R0;
/* In Deep Sleep When Idle Exits */
RTS;
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 ...