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”)
Summary of Contents for LAPIS SEMICONDUCTOR ML620Q503
Page 2: ...ML620Q503 Q504 User s Manual Issue Date Apr 16 2015 FEUL620Q504 01...
Page 18: ...Chapter 1 Overview...
Page 32: ...Chapter 2 CPU and Memory Space...
Page 44: ...Chapter 3 Reset Function...
Page 50: ...Chapter 4 Power Management...
Page 70: ...Chapter 5 Interrupts...
Page 134: ...Chapter 6 Clock Generation Circuit...
Page 161: ...Chapter 7 Time Base Counter...
Page 170: ...Chapter 8 Timers...
Page 183: ...Chapter 9 Function Timer FTM...
Page 231: ...Chapter 10 Watchdog Timer...
Page 239: ...Chapter 11 Synchronous Serial Port SSIO...
Page 251: ...Chapter 12 Synchronous Serial Port with FIFO SSIOF...
Page 283: ...Chapter 13 UART...
Page 303: ...Chapter 14 UART with FIFO UARTF...
Page 327: ...Chapter 15 I2 C Bus Interface...
Page 344: ...Chapter 16 Port XT...
Page 350: ...Chapter 17 Port 0...
Page 361: ...Chapter 18 Port 1...
Page 368: ...Chapter 19 Port2...
Page 379: ...Chapter 20 Port 3...
Page 395: ...Chapter 21 Port 4...
Page 410: ...Chapter 22 Port 5...
Page 426: ...Chapter 23 Melody Driver...
Page 439: ...Chapter 24 RC Oscillation type A D Converter RC ADC...
Page 462: ...Chapter 25 Successive Approximation Type A D Converter SA ADC...
Page 479: ...Chapter 26 Analog Comparator...
Page 489: ...Chapter 27 Flash Memory Control...
Page 505: ...Chapter 28 Voltage Level Supervisor VLS...
Page 517: ...Chapter 29 LLD circuit...
Page 519: ...Chapter 30 On Chip Debug Function...
Page 522: ...Appendixes...
Page 552: ...Revision History...