ML620Q503/Q504 User’s Manual
Chapter 7 Time Base Counter
FEUL620Q504 7–7
7.3 Description of Operation
7.3.1 Low-Speed Time Base Counter
The low-speed time base counter (LTBC) starts counting from 0000H on the LSCLK falling edge after system reset.
Three of LBC interrupt request interrupt by falling edge of clock output which was assigned by the low-speed time base
counter interrupt select register.
The output data of T128HZ to T1HZ of LTBC can be read from the low-speed time base counter register (LTBR).
When reading the data, read LTBR twice and check that the two values coincide to prevent reading of undefined data
during counting.
Figure 7-2 shows an example of program to read LTBR.
LEA
offset LTBR
; EA
←
LTBR address
MARK:
L
R0,
[EA]
; 1st read
L
R1,
[EA]
; 2nd read
;
CMP
R0,
R1
; Comparison for LTBR
BNE
MARK
; To MARK when the values do not coincide
;
:
Figure 7-2 Programming Example for Reading LTBR
LTBR is reset when write operation is performed and the T128HZ to T1HZ outputs are set to “0”. At this time, Interrupt
occurs when clock is assigned to LTBC interrupt changing from “1” to “0”. Therefore, when LTBR is reset, After
prohibits each TBC interrupts of interrupt controller, LTBR is reset and the processing which clears LTBR interrupt
request which occurred by reset is needed. Figure 7-3 shows the sequence to clear the LTBC interrupt request.
Figure 7-3 Sequence to Clear the LTBC Interrupt Request which Occurred by LTBR Reset
1CPU cycle is needed after LTBR interrupt occurs until LTBC interrupt request flag of interrupt controller is set. When
LTBC interrupt request is cleared after the writing LTBR, Please do not put the order to clear request flag just after an
order to write in LTBR at. Please clear request flag after placing NOP, and putting time.
All LTBC interrupt is prohibited
(ELTBC0,1,2 bits of IE7 register is set to “0”)
Low-speed time base counter
is reset
(Write access to LTBR)
ALL LTBC interrupt request is clears
(QLTBC0,1,2 bits of IRQ7 register is set to “0”)
NOP
ALL LTBC interrupts is permitted
(ELTBC0,1,2 bits of IE7 register is set to “1”)
Содержание LAPIS SEMICONDUCTOR ML620Q503
Страница 2: ...ML620Q503 Q504 User s Manual Issue Date Apr 16 2015 FEUL620Q504 01...
Страница 18: ...Chapter 1 Overview...
Страница 32: ...Chapter 2 CPU and Memory Space...
Страница 44: ...Chapter 3 Reset Function...
Страница 50: ...Chapter 4 Power Management...
Страница 70: ...Chapter 5 Interrupts...
Страница 134: ...Chapter 6 Clock Generation Circuit...
Страница 161: ...Chapter 7 Time Base Counter...
Страница 170: ...Chapter 8 Timers...
Страница 183: ...Chapter 9 Function Timer FTM...
Страница 231: ...Chapter 10 Watchdog Timer...
Страница 239: ...Chapter 11 Synchronous Serial Port SSIO...
Страница 251: ...Chapter 12 Synchronous Serial Port with FIFO SSIOF...
Страница 283: ...Chapter 13 UART...
Страница 303: ...Chapter 14 UART with FIFO UARTF...
Страница 327: ...Chapter 15 I2 C Bus Interface...
Страница 344: ...Chapter 16 Port XT...
Страница 350: ...Chapter 17 Port 0...
Страница 361: ...Chapter 18 Port 1...
Страница 368: ...Chapter 19 Port2...
Страница 379: ...Chapter 20 Port 3...
Страница 395: ...Chapter 21 Port 4...
Страница 410: ...Chapter 22 Port 5...
Страница 426: ...Chapter 23 Melody Driver...
Страница 439: ...Chapter 24 RC Oscillation type A D Converter RC ADC...
Страница 462: ...Chapter 25 Successive Approximation Type A D Converter SA ADC...
Страница 479: ...Chapter 26 Analog Comparator...
Страница 489: ...Chapter 27 Flash Memory Control...
Страница 505: ...Chapter 28 Voltage Level Supervisor VLS...
Страница 517: ...Chapter 29 LLD circuit...
Страница 519: ...Chapter 30 On Chip Debug Function...
Страница 522: ...Appendixes...
Страница 552: ...Revision History...