User's Manual

Table Of Contents
S3C2450X RISC MICROPROCESSOR REAL TIME CLOCK
14-5
Figure 14-2. RTC Tick Interrupt Clock Scheme
Example) For 1 ms Tick interrupt generation.
1
st
) RTCCON[0]= 1’b1 ( RTC enable )
2
nd
) RTCCON[3]=1’b1 ( RTC clock counter reset).
3
rd
) RTCCON[3] = 1’b0 ( RTC clock counter enable)
4
th
) RTCCON[8:5] = 4’b0011 ( RTC divide clock selection.)
5
th
) TICNT1[6:0] = 7’h1 (Tick counter value setting).
6
th
) TICNT0[7] = 1’b1 (Tick counter enable).