125
CHAPTER 5 TIME-BASE TIMER
5.7
Program Example for Time-base Timer
Programming examples for the time-base timer are shown below.
■
Programming Examples for Time-base Timer
●
Processing specification
Repeatedly generate an interval timer interrupt at intervals of 2
18
/F
CH
(F
CH
: oscillation frequency). The
time interval is approximately 21.0 ms (operating at 12.5 MHz).
●
Coding examples
TBTC
EQU
0000AH
; Address of time-base timer control register
TBOF
EQU
TBTC:7
; Definition of interrupt request flag bit
ILR2
EQU
007CH
; Address of interrupt level setting register 2
INT_V
DSEG
ABS
; [DATA SEGMENT]
ORG
0FFECH
IRQ7
DW
WARI
; Setting interrupt vector
INT_V
ENDS
;------------------------Main program---------------------------------------------------------------------------------
CSEG
; [CODE SEGMENT]
; Stack pointer (SP) or other registers are assumed to
have been initialized.
:
CLRI
; Interrupt disable
MOV
ILR2,#01111111B
; Setting interrupt level (level 1)
MOV
TBTC,#01000100B
; Clearing interrupt request flag, enabling interrupt
request output, selecting 2
18
/F
CH
, and clearing
time-base timer
SETI
; Interrupt enable
:
;------------------------Interrupt processing routine------------------------------------------------------------------
WARI
CLRB
TBOF
; Clearing interrupt request flag
PUSHW A
XCHW
A,T
PUSHW A
:
User processing:
:
POPW
A
XCHW
A, T
Содержание F2MC-8L F202RA
Страница 2: ......
Страница 4: ......
Страница 32: ...16 CHAPTER 1 OVERVIEW ...
Страница 90: ...74 CHAPTER 3 CPU ...
Страница 142: ...126 CHAPTER 5 TIME BASE TIMER POPW A RETI ENDS END ...
Страница 150: ...134 CHAPTER 6 WATCHDOG TIMER ...
Страница 174: ...158 CHAPTER 7 8 BIT PWM TIMER User processing POPW A XCHW A T Restoring A and T POPW A RETI ENDS ...
Страница 176: ...160 CHAPTER 7 8 BIT PWM TIMER ...
Страница 220: ...204 CHAPTER 8 8 16 BIT CAPTURE TIMER COUNTER ...
Страница 240: ...224 CHAPTER 9 12 BIT PPG TIMER ...
Страница 258: ...242 CHAPTER 10 EXTERNAL INTERRUPT CIRCUIT 1 EDGE PUSHW A User processing POPW A XCHW A T POPW A RETI ENDS END ...
Страница 274: ...258 CHAPTER 11 EXTERNAL INTERRUPT CIRCUIT 2 LEVEL ...
Страница 362: ...346 CHAPTER 15 BUZZER OUTPUT ...
Страница 371: ...355 CHAPTER 16 WILD REGISTER FUNCTION 16 3 5 Data Test Set Register WROR A test register Do not access this register ...
Страница 390: ...374 CHAPTER 17 FLASH MEMORY ...
Страница 419: ...403 INDEX INDEX The index follows on the next page This is listed in alphabetic order ...
Страница 434: ...418 INDEX ...
Страница 436: ......