![GigaDevice Semiconductor GD32E23 Series Скачать руководство пользователя страница 389](http://html.mh-extra.com/html/gigadevice-semiconductor/gd32e23-series/gd32e23-series_user-manual_2225794389.webp)
GD32E23x User Manual
389
Figure 14-72.
Timing chart of PSC value change from 0 to 2
TIMER_CK
CEN
PSC_CLK
CNT_REG
Reload Pulse
Prescaler CNT
Prescaler
shadow
94
95
96
97
98
99
0
2
0
2
0
1
2
0
1
2
0
1
PSC value
UPG
0
2
0
1
2
Counter up counting
In this mode, the counter counts up continuously from 0 to the counter-reload value, which is
defined in the TIMERx_CAR register, in a count-up direction. Once the counter reaches the
counter reload value, the counter will start counting up from 0 again and an overflow event
will be generated. In addition, the update events will be generated after (TIME1)
times of overflow events. The counting direction bit DIR in the TIMERx_CTL0 register should
be set to 0 for the up counting mode.
Whenever, if the update event software trigger is enabled by setting the UPG bit in the
TIMERx_SWEVG register, the counter value will be initialized to 0 and generates an update
event.
If set the UPDIS bit in TIMERx_CTL0 register, the update event is disabled.
When an update event occurs, all the shadow registers (repetition counter, auto reload
register, prescaler register) are updated.
Figure 14-73. Timing chart of up counting mode, PSC=0/2
show some examples of the
counter behavior for different clock prescaler factor when TIMERx_CAR=0x99.